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
Tobias Hunger
qt-creator
Commits
a06b3c15
Commit
a06b3c15
authored
Oct 21, 2009
by
hjk
Browse files
debugger: remove two unused variables
parent
8bea4280
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/gdbmacros.cpp
View file @
a06b3c15
...
...
@@ -3120,7 +3120,6 @@ static void qDumpStdMapHelper(QDumper &d)
const
char
*
valueType
=
d
.
templateParameters
[
1
];
const
void
*
p
=
d
.
data
;
qCheckAccess
(
p
);
p
=
deref
(
p
);
const
int
nn
=
map
.
size
();
if
(
nn
<
0
)
...
...
@@ -3236,7 +3235,6 @@ static void qDumpStdSetHelper(QDumper &d)
const
DummyType
&
set
=
*
reinterpret_cast
<
const
DummyType
*>
(
d
.
data
);
const
void
*
p
=
d
.
data
;
qCheckAccess
(
p
);
p
=
deref
(
p
);
const
int
nn
=
set
.
size
();
if
(
nn
<
0
)
...
...
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