From a06b3c15c892c7de03bb815473ac18f39f701b03 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Wed, 21 Oct 2009 14:42:02 +0200 Subject: [PATCH] debugger: remove two unused variables --- share/qtcreator/gdbmacros/gdbmacros.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/share/qtcreator/gdbmacros/gdbmacros.cpp b/share/qtcreator/gdbmacros/gdbmacros.cpp index b5283d42e3f..ae677bcdb69 100644 --- a/share/qtcreator/gdbmacros/gdbmacros.cpp +++ b/share/qtcreator/gdbmacros/gdbmacros.cpp @@ -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) -- GitLab