From: Davide Italiano Date: Fri, 30 Oct 2015 01:25:50 +0000 (+0000) Subject: [MC] Make another header NDEBUG-free. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a18aee17c899261733d09f83d42f16be88120fef;p=llvm [MC] Make another header NDEBUG-free. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251679 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MachineLocation.h b/include/llvm/MC/MachineLocation.h index 2a18615eff6..4b5cf435779 100644 --- a/include/llvm/MC/MachineLocation.h +++ b/include/llvm/MC/MachineLocation.h @@ -68,10 +68,6 @@ public: Register = R; Offset = O; } - -#ifndef NDEBUG - void dump(); -#endif }; inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {