Remove useless const
This commit is contained in:
parent
8f9f2fe97e
commit
1be9e6f055
@ -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…
x
Reference in New Issue
Block a user