Bug 165069

Summary: Fix unused-private-field build warning in WebKit2/Platform/SharedMemory.h
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2016-11-25 02:38:57 PST
../../Source/WebKit2/Platform/SharedMemory.h:113:16: warning: private field 'm_protection' is not used [-Wunused-private-field]
    Protection m_protection;
               ^
1 warning generated.


m_protection is only used by SharedMemoryCocoa.cpp, but not used by SharedMemoryUnix.cpp
Comment 1 Csaba Osztrogonác 2016-11-25 02:44:03 PST
Created attachment 295420 [details]
Patch
Comment 2 WebKit Commit Bot 2016-11-27 10:14:56 PST
Comment on attachment 295420 [details]
Patch

Clearing flags on attachment: 295420

Committed r208990: <http://trac.webkit.org/changeset/208990>
Comment 3 WebKit Commit Bot 2016-11-27 10:14:59 PST
All reviewed patches have been landed.  Closing bug.