OSDN Git Service

debugger: remove dead enum
authorhjk <qtc-committer@nokia.com>
Mon, 17 Jan 2011 14:52:44 +0000 (15:52 +0100)
committerhjk <qtc-committer@nokia.com>
Mon, 17 Jan 2011 15:27:58 +0000 (16:27 +0100)
src/plugins/debugger/watchutils.h

index 09bfe6c..11a3a41 100644 (file)
@@ -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