Remove useless const

This commit is contained in:
Tamir Duberstein 2015-05-30 09:50:12 -04:00
parent 8f9f2fe97e
commit 1be9e6f055

View File

@ -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;
}