Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
96c446ff
Commit
96c446ff
authored
Dec 12, 2008
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some dead code
parent
70d2bfed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
28 deletions
+1
-28
bin/gdbmacros/gdbmacros.cpp
bin/gdbmacros/gdbmacros.cpp
+1
-28
No files found.
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
Markdown
is supported
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