debugger: remove dead enum

This commit is contained in:
hjk
2011-01-17 15:52:44 +01:00
parent 5f840cb7a2
commit 75bc676c52

View 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