purge TCF agent cra^Wstuff

it's dead code
This commit is contained in:
Oswald Buddenhagen
2009-10-05 15:08:21 +02:00
parent 7313f3d666
commit ba47987e67
15 changed files with 0 additions and 1515 deletions

View File

@@ -87,7 +87,6 @@ class CdbDebugEventCallback;
class CdbDumperHelper;
class CdbExceptionLoggerEventCallback;
class GdbEngine;
class TcfEngine;
class CdbDebugEngine;
struct CdbDebugEnginePrivate;
} // namespace Internal
@@ -129,11 +128,9 @@ enum DebuggerEngineTypeFlags
GdbEngineType = 0x01,
ScriptEngineType = 0x02,
CdbEngineType = 0x04,
TcfEngineType = 0x08,
AllEngineTypes = GdbEngineType
| ScriptEngineType
| CdbEngineType
| TcfEngineType
};
QDebug operator<<(QDebug d, DebuggerState state);
@@ -159,7 +156,6 @@ public:
friend class Internal::CdbExceptionLoggerEventCallback;
friend class Internal::GdbEngine;
friend class Internal::ScriptEngine;
friend class Internal::TcfEngine;
friend class Internal::CdbDebugEngine;
friend struct Internal::CdbDebugEnginePrivate;