Remove useless const
This commit is contained in:
parent
8f9f2fe97e
commit
1be9e6f055
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ DIT unwrapDI(LLVMMetadataRef ref) {
|
|||
return DIT(ref ? unwrap<MDNode>(ref) : NULL);
|
||||
}
|
||||
|
||||
extern "C" const uint32_t LLVMRustDebugMetadataVersion() {
|
||||
extern "C" uint32_t LLVMRustDebugMetadataVersion() {
|
||||
return DEBUG_METADATA_VERSION;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue