Skip to content

Commit

Permalink
remove files from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Aug 12, 2024
1 parent 2dc2fb3 commit d45dbaa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
#include "WebAssemblyModuleRecord.h"
#include <wtf/BooleanLattice.h>
#include <wtf/CheckedArithmetic.h>
#include <wtf/StdLibExtras.h>

namespace JSC { namespace DFG {

Expand Down
1 change: 0 additions & 1 deletion Source/JavaScriptCore/runtime/JSObjectInlines.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "MegamorphicCache.h"
#include "StructureInlines.h"
#include "TypedArrayType.h"
#include <wtf/StdLibExtras.h>

namespace JSC {

Expand Down
10 changes: 0 additions & 10 deletions Source/WTF/wtf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -467,12 +467,6 @@ set(WTF_PUBLIC_HEADERS
unicode/icu/ICUHelpers.h

ForkExtras.h
extras/fp_extend.h
extras/fp_trunc.h
extras/int_endianness.h
extras/int_lib.h
extras/int_types.h
extras/int_util.h
# unix/UnixFileDescriptor.h

# win/DbgHelperWin.h
Expand Down Expand Up @@ -633,10 +627,6 @@ set(WTF_SOURCES

unicode/icu/CollatorICU.cpp
unicode/icu/ICUHelpers.cpp

extras/extendhfsf2.c
extras/truncdfhf2.c
extras/truncsfhf2.c
)

if (WIN32)
Expand Down

0 comments on commit d45dbaa

Please sign in to comment.