[Webkit-unassigned] [Bug 267048] New: Remove unused inline function `smartDelete` in TypingCommand.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 3 09:32:45 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=267048

            Bug ID: 267048
           Summary: Remove unused inline function `smartDelete` in
                    TypingCommand.h
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: wenson_hsieh at apple.com

SSIA

It is to delete:

 bool smartDelete() const { return m_smartDelete; }

Which is inline function but don't have any call site and all call sites already use bool (m_smartDelete) directly.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240103/42c6dccc/attachment.htm>


More information about the webkit-unassigned mailing list