RESOLVED FIXED 65427
[GTK] Remove unused variable coreChild in WebCore::getChildForTable()
https://bugs.webkit.org/show_bug.cgi?id=65427
Summary [GTK] Remove unused variable coreChild in WebCore::getChildForTable()
Daniel Bates
Reported 2011-07-31 00:13:43 PDT
I noticed the following compile warning in the output for the GTK Linux 32-bit Release build: ../../Source/WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: In function ‘WebCore::AccessibilityObject* getChildForTable(WebCore::AccessibilityObject*, gint)’: ../../Source/WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:351:26: warning: unused variable ‘coreChild’ [-Wunused-variable]
Attachments
Patch (1.55 KB, patch)
2011-07-31 00:23 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2011-07-31 00:20:29 PDT
For completeness, this variable was unused at the time it was added in <http://trac.webkit.org/changeset/89660> (https://bugs.webkit.org/show_bug.cgi?id=62718). As of today it is unused.
Daniel Bates
Comment 2 2011-07-31 00:23:44 PDT
Xan Lopez
Comment 3 2011-07-31 00:24:46 PDT
Comment on attachment 102457 [details] Patch r=me
WebKit Review Bot
Comment 4 2011-07-31 01:49:10 PDT
Comment on attachment 102457 [details] Patch Clearing flags on attachment: 102457 Committed r92082: <http://trac.webkit.org/changeset/92082>
WebKit Review Bot
Comment 5 2011-07-31 01:49:15 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.