Changeset 167508 in webkit


Ignore:
Timestamp:
Apr 18, 2014 2:03:23 PM (10 years ago)
Author:
Martin Robinson
Message:

Remove DynamicAnnotations.h?
https://bugs.webkit.org/show_bug.cgi?id=131754

Reviewed by Simon Fraser.

This file, which helped support tools like Valgrind was unused.

  • WTF.vcxproj/WTF.vcxproj: Remove references to the files.
  • WTF.vcxproj/WTF.vcxproj.filters: Remove references to the files.
  • WTF.xcodeproj/project.pbxproj: Remove references to the files.
  • wtf/CMakeLists.txt: Remove references to the files.
  • wtf/DynamicAnnotations.cpp: Removed.
  • wtf/DynamicAnnotations.h: Removed.
  • wtf/ThreadSafeRefCounted.h: Remove references to the files.
  • wtf/text/StringStatics.cpp: Remove references to the files.
Location:
trunk/Source/WTF
Files:
2 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r167488 r167508  
     12014-04-18  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Remove DynamicAnnotations.h?
     4        https://bugs.webkit.org/show_bug.cgi?id=131754
     5
     6        Reviewed by Simon Fraser.
     7
     8        This file, which helped support tools like Valgrind was unused.
     9
     10        * WTF.vcxproj/WTF.vcxproj: Remove references to the files.
     11        * WTF.vcxproj/WTF.vcxproj.filters: Remove references to the files.
     12        * WTF.xcodeproj/project.pbxproj: Remove references to the files.
     13        * wtf/CMakeLists.txt: Remove references to the files.
     14        * wtf/DynamicAnnotations.cpp: Removed.
     15        * wtf/DynamicAnnotations.h: Removed.
     16        * wtf/ThreadSafeRefCounted.h: Remove references to the files.
     17        * wtf/text/StringStatics.cpp: Remove references to the files.
     18
    1192014-04-18  Philippe Normand  <pnormand@igalia.com>
    220
  • trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj

    r167101 r167508  
    7171    <ClCompile Include="..\wtf\dtoa\fixed-dtoa.cc" />
    7272    <ClCompile Include="..\wtf\dtoa\strtod.cc" />
    73     <ClCompile Include="..\wtf\DynamicAnnotations.cpp" />
    7473    <ClCompile Include="..\wtf\FastBitVector.cpp" />
    7574    <ClCompile Include="..\wtf\FastMalloc.cpp" />
     
    195194    <ClInclude Include="..\wtf\dtoa\strtod.h" />
    196195    <ClInclude Include="..\wtf\dtoa\utils.h" />
    197     <ClInclude Include="..\wtf\DynamicAnnotations.h" />
    198196    <ClInclude Include="..\wtf\Encoder.h" />
    199197    <ClInclude Include="..\wtf\FastBitVector.h" />
  • trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters

    r166506 r167508  
    133133      <Filter>wtf</Filter>
    134134    </ClCompile>
    135     <ClCompile Include="..\wtf\DynamicAnnotations.cpp">
    136       <Filter>wtf</Filter>
    137     </ClCompile>
    138135    <ClCompile Include="..\wtf\FastMalloc.cpp">
    139136      <Filter>wtf</Filter>
     
    422419    </ClInclude>
    423420    <ClInclude Include="..\wtf\DoublyLinkedList.h">
    424       <Filter>wtf</Filter>
    425     </ClInclude>
    426     <ClInclude Include="..\wtf\DynamicAnnotations.h">
    427421      <Filter>wtf</Filter>
    428422    </ClInclude>
  • trunk/Source/WTF/WTF.xcodeproj/project.pbxproj

    r167355 r167508  
    146146                A8A473BA151A825B004123FF /* dtoa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47297151A825A004123FF /* dtoa.cpp */; };
    147147                A8A473BB151A825B004123FF /* dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47298151A825A004123FF /* dtoa.h */; };
    148                 A8A473BC151A825B004123FF /* DynamicAnnotations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47299151A825A004123FF /* DynamicAnnotations.cpp */; };
    149                 A8A473BD151A825B004123FF /* DynamicAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4729A151A825A004123FF /* DynamicAnnotations.h */; };
    150148                A8A473C0151A825B004123FF /* Encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4729E151A825A004123FF /* Encoder.h */; };
    151149                A8A473C1151A825B004123FF /* ExportMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4729F151A825A004123FF /* ExportMacros.h */; };
     
    438436                A8A47297151A825A004123FF /* dtoa.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dtoa.cpp; sourceTree = "<group>"; };
    439437                A8A47298151A825A004123FF /* dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtoa.h; sourceTree = "<group>"; };
    440                 A8A47299151A825A004123FF /* DynamicAnnotations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DynamicAnnotations.cpp; sourceTree = "<group>"; };
    441                 A8A4729A151A825A004123FF /* DynamicAnnotations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicAnnotations.h; sourceTree = "<group>"; };
    442438                A8A4729E151A825A004123FF /* Encoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Encoder.h; sourceTree = "<group>"; };
    443439                A8A4729F151A825A004123FF /* ExportMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExportMacros.h; sourceTree = "<group>"; };
     
    741737                                A8A47297151A825A004123FF /* dtoa.cpp */,
    742738                                A8A47298151A825A004123FF /* dtoa.h */,
    743                                 A8A47299151A825A004123FF /* DynamicAnnotations.cpp */,
    744                                 A8A4729A151A825A004123FF /* DynamicAnnotations.h */,
    745739                                A8A4729E151A825A004123FF /* Encoder.h */,
    746740                                A8A4729F151A825A004123FF /* ExportMacros.h */,
     
    10581052                                A8A473A7151A825B004123FF /* DoublyLinkedList.h in Headers */,
    10591053                                A8A473BB151A825B004123FF /* dtoa.h in Headers */,
    1060                                 A8A473BD151A825B004123FF /* DynamicAnnotations.h in Headers */,
    10611054                                A8A473C0151A825B004123FF /* Encoder.h in Headers */,
    10621055                                A8A473C1151A825B004123FF /* ExportMacros.h in Headers */,
     
    13091302                                A8A473BA151A825B004123FF /* dtoa.cpp in Sources */,
    13101303                                0F885E0F1845AEA900F1E3FA /* FastBitVector.cpp in Sources */,
    1311                                 A8A473BC151A825B004123FF /* DynamicAnnotations.cpp in Sources */,
    13121304                                A8A473B3151A825B004123FF /* fast-dtoa.cc in Sources */,
    13131305                                A8A473C3151A825B004123FF /* FastMalloc.cpp in Sources */,
  • trunk/Source/WTF/wtf/CMakeLists.txt

    r164430 r167508  
    2525    DisallowCType.h
    2626    DoublyLinkedList.h
    27     DynamicAnnotations.h
    2827    Encoder.h
    2928    FastMalloc.h
     
    160159    DateMath.cpp
    161160    DecimalNumber.cpp
    162     DynamicAnnotations.cpp
    163161    FastBitVector.cpp
    164162    FastMalloc.cpp
  • trunk/Source/WTF/wtf/ThreadSafeRefCounted.h

    r165676 r167508  
    6161
    6262#include <atomic>
    63 #include <wtf/DynamicAnnotations.h>
    6463#include <wtf/FastMalloc.h>
    6564#include <wtf/Noncopyable.h>
     
    9594    bool derefBase()
    9695    {
    97         WTF_ANNOTATE_HAPPENS_BEFORE(&m_refCount);
    9896        if (--m_refCount <= 0) {
    99             WTF_ANNOTATE_HAPPENS_AFTER(&m_refCount);
    10097            return true;
    10198        }
  • trunk/Source/WTF/wtf/text/StringStatics.cpp

    r165982 r167508  
    3131
    3232#include "AtomicString.h"
    33 #include "DynamicAnnotations.h"
    3433#include "MainThread.h"
    3534#include "NeverDestroyed.h"
     
    4645{
    4746    static NeverDestroyed<StringImpl> emptyString(ConstructEmptyString);
    48     WTF_ANNOTATE_BENIGN_RACE(&emptyString, "Benign race on StringImpl::emptyString reference counter");
    4947    return &emptyString.get();
    5048}
Note: See TracChangeset for help on using the changeset viewer.