[MC] Make another header NDEBUG-free.
authorDavide Italiano <davide@freebsd.org>
Fri, 30 Oct 2015 01:25:50 +0000 (01:25 +0000)
committerDavide Italiano <davide@freebsd.org>
Fri, 30 Oct 2015 01:25:50 +0000 (01:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251679 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MachineLocation.h

index 2a18615eff6253367ecbc74ccda6747c65970628..4b5cf435779336c009dc586ec496e5ea0f47ba59 100644 (file)
@@ -68,10 +68,6 @@ public:
     Register = R;
     Offset = O;
   }
-
-#ifndef NDEBUG
-  void dump();
-#endif
 };
 
 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {