Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
96c446ff
Commit
96c446ff
authored
Dec 12, 2008
by
hjk
Browse files
remove some dead code
parent
70d2bfed
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/gdbmacros/gdbmacros.cpp
View file @
96c446ff
...
...
@@ -2439,34 +2439,7 @@ void qDumpObjectData440(
int
extraInt2
,
int
extraInt3
)
{
if
(
protocolVersion
==
-
2
)
{
// close socket
QDumper
d
;
d
.
protocolVersion
=
protocolVersion
;
d
.
token
=
token
;
d
.
flush
();
d
.
disarm
();
}
else
if
(
protocolVersion
==
-
1
)
{
// finalize Startup
QDumper
d
;
d
.
protocolVersion
=
protocolVersion
;
d
.
token
=
token
;
d
.
disarm
();
}
else
if
(
protocolVersion
==
0
)
{
QDumper
d
;
d
.
protocolVersion
=
protocolVersion
;
d
.
token
=
token
;
// used to test whether error output gets through
//fprintf(stderr, "using stderr, qDebug follows: %d\n", token);
//qDebug() << "using qDebug, stderr already used: " << token;
d
.
disarm
();
}
else
if
(
protocolVersion
==
1
)
{
if
(
protocolVersion
==
1
)
{
QDumper
d
;
d
.
protocolVersion
=
protocolVersion
;
d
.
token
=
token
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment