From 75bc676c526871d298a83babdaa2e81094f371a7 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 17 Jan 2011 15:52:44 +0100 Subject: debugger: remove dead enum --- src/plugins/debugger/watchutils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/plugins/debugger/watchutils.h') diff --git a/src/plugins/debugger/watchutils.h b/src/plugins/debugger/watchutils.h index 09bfe6caf5..11a3a412fc 100644 --- a/src/plugins/debugger/watchutils.h +++ b/src/plugins/debugger/watchutils.h @@ -130,11 +130,6 @@ bool getUninitializedVariables(const CPlusPlus::Snapshot &snapshot, class QtDumperHelper { public: - enum Debugger { - GdbDebugger, // Can evalulate expressions in function calls - CdbDebugger // Can only handle scalar, simple types in function calls - }; - enum Type { UnknownType, SupportedType, // A type that requires no special handling by the dumper -- cgit v1.2.1