From a18aee17c899261733d09f83d42f16be88120fef Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Fri, 30 Oct 2015 01:25:50 +0000 Subject: [PATCH] [MC] Make another header NDEBUG-free. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251679 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MachineLocation.h | 4 ---- 1 file changed, 4 deletions(-) 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) { -- 2.50.0