Bug 65427

Summary: [GTK] Remove unused variable coreChild in WebCore::getChildForTable()
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson, webkit.review.bot, xan.lopez
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Daniel Bates 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]
Comment 1 Daniel Bates 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.
Comment 2 Daniel Bates 2011-07-31 00:23:44 PDT
Created attachment 102457 [details]
Patch
Comment 3 Xan Lopez 2011-07-31 00:24:46 PDT
Comment on attachment 102457 [details]
Patch

r=me
Comment 4 WebKit Review Bot 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>
Comment 5 WebKit Review Bot 2011-07-31 01:49:15 PDT
All reviewed patches have been landed.  Closing bug.