Bug 36246 - Node::removeAllEventListenersSlowCase is declared but not used
Summary: Node::removeAllEventListenersSlowCase is declared but not used
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 15:30 PDT by Greg Bolsinga
Modified: 2010-03-18 01:57 PDT (History)
3 users (show)

See Also:


Attachments
Patch v1 (992 bytes, patch)
2010-03-17 21:57 PDT, David Kilzer (:ddkilzer)
sam: review+
ddkilzer: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Bolsinga 2010-03-17 15:30:57 PDT
Node::removeAllEventListenersSlowCase is declared but not used.

The declaration can safely be removed.
Comment 1 David Kilzer (:ddkilzer) 2010-03-17 21:57:52 PDT
Created attachment 51006 [details]
Patch v1
Comment 2 David Levin 2010-03-17 22:35:42 PDT
I found it interesting to note that the method was removed in r48701 (just not this declaration).
Comment 3 David Kilzer (:ddkilzer) 2010-03-18 01:57:05 PDT
Committed r56152: <http://trac.webkit.org/changeset/56152>