diff options
Diffstat (limited to 'include/llvm/MC/MachineLocation.h')
| -rw-r--r-- | include/llvm/MC/MachineLocation.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/MC/MachineLocation.h b/include/llvm/MC/MachineLocation.h index 2a18615eff625..4b5cf43577933 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) { |
