summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ArchVolatileRegs
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/ArchVolatileRegs')
-rw-r--r--lldb/source/Plugins/ArchVolatileRegs/x86/ArchVolatileRegs-x86.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/source/Plugins/ArchVolatileRegs/x86/ArchVolatileRegs-x86.h b/lldb/source/Plugins/ArchVolatileRegs/x86/ArchVolatileRegs-x86.h
index 70e1d202672..c01bef581d7 100644
--- a/lldb/source/Plugins/ArchVolatileRegs/x86/ArchVolatileRegs-x86.h
+++ b/lldb/source/Plugins/ArchVolatileRegs/x86/ArchVolatileRegs-x86.h
@@ -15,8 +15,6 @@
#include "lldb/Target/ArchVolatileRegs.h"
#include <set>
-namespace lldb_private {
-
class ArchVolatileRegs_x86 : public lldb_private::ArchVolatileRegs
{
public:
@@ -62,7 +60,4 @@ private:
std::set<int> m_non_volatile_regs;
};
-
-} // namespace lldb_private
-
#endif // liblldb_ArchVolatileRegs_x86_h_
OpenPOWER on IntegriCloud