Skip to content

Commit

Permalink
[Xcode] Fix build warning about duplicate LowLevelInterpreter.asm sou…
Browse files Browse the repository at this point in the history
…rces

https://bugs.webkit.org/show_bug.cgi?id=248237
<rdar://102608601>

Reviewed by Darin Adler.

Remove duplicate lines to fix these warnings:

    warning: Skipping duplicate build file in Compile Sources build phase: Source/JavaScriptCore/llint/LowLevelInterpreter.asm (in target 'JSCLLIntSettingsExtractor' from project 'JavaScriptCore')

* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/256957@main
  • Loading branch information
David Kilzer authored and ddkilzer committed Nov 22, 2022
1 parent 01ba848 commit 94b4ca3
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -12327,7 +12327,6 @@
files = (
0FF922D414F46B410041A24E /* LLIntOffsetsExtractor.cpp in Sources */,
DD41FA8727CDAD4300394D95 /* LowLevelInterpreter.asm in Sources */,
DD41FA8727CDAD4300394D95 /* LowLevelInterpreter.asm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -12376,7 +12375,6 @@
files = (
14BD689D215191C10050DAFF /* LLIntSettingsExtractor.cpp in Sources */,
DD41FA8627CDAD3200394D95 /* LowLevelInterpreter.asm in Sources */,
DD41FA8627CDAD3200394D95 /* LowLevelInterpreter.asm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 94b4ca3

Please sign in to comment.