Skip to content

Commit 1be9e6f

Browse files
committed
Remove useless const
1 parent 8f9f2fe commit 1be9e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustllvm/RustWrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ DIT unwrapDI(LLVMMetadataRef ref) {
233233
return DIT(ref ? unwrap<MDNode>(ref) : NULL);
234234
}
235235

236-
extern "C" const uint32_t LLVMRustDebugMetadataVersion() {
236+
extern "C" uint32_t LLVMRustDebugMetadataVersion() {
237237
return DEBUG_METADATA_VERSION;
238238
}
239239

0 commit comments

Comments
 (0)