aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@me.com>2013-11-07 14:18:21 +0100
committerhjk <hjk121@nokiamail.com>2013-11-07 14:34:06 +0100
commit9b86824818ef6ca03aa6dbdbab1ef54e0efc6923 (patch)
treecf4f1101439776ae2289f07febb85365cd230fe9 /src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
parentbf0e6ee567147bdf3bee8c2573509a4140b7dbcb (diff)
Remove unused code from the QML debugger client.
Change-Id: I286c690e4e54c766ae4d345add3f78e867863005 Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlv8debuggerclientconstants.h')
-rw-r--r--src/plugins/debugger/qml/qmlv8debuggerclientconstants.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h b/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
index d8bc5d274a..217f076960 100644
--- a/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
+++ b/src/plugins/debugger/qml/qmlv8debuggerclientconstants.h
@@ -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";