Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit a18aee1

Browse files
committed
[MC] Make another header NDEBUG-free.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251679 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent b977d3a commit a18aee1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/llvm/MC/MachineLocation.h

-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ class MachineLocation {
6868
Register = R;
6969
Offset = O;
7070
}
71-
72-
#ifndef NDEBUG
73-
void dump();
74-
#endif
7571
};
7672

7773
inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {

0 commit comments

Comments
 (0)