forked from qt-creator/qt-creator
Remove unused code from the QML debugger client.
Change-Id: I286c690e4e54c766ae4d345add3f78e867863005 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -83,11 +83,8 @@ const char SETBREAKPOINT[] = "setbreakpoint";
|
||||
const char CHANGEBREAKPOINT[] = "changebreakpoint";
|
||||
const char CLEARBREAKPOINT[] = "clearbreakpoint";
|
||||
const char SETEXCEPTIONBREAK[] = "setexceptionbreak";
|
||||
const char V8FLAGS[] = "v8flags";
|
||||
const char VERSION[] = "version";
|
||||
const char DISCONNECT[] = "disconnect";
|
||||
const char LISTBREAKPOINTS[] = "listbreakpoints";
|
||||
const char GARBAGECOLLECTOR[] = "gc";
|
||||
//const char PROFILE[] = "profile";
|
||||
|
||||
const char REQUEST[] = "request";
|
||||
|
||||
Reference in New Issue
Block a user