Skip to content

Commit 73b7b08

Browse files
committed
undo bad change
Signed-off-by: Jade Abraham <[email protected]>
1 parent 58ed92f commit 73b7b08

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: frontend/lib/parsing/parsing-queries.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1042,12 +1042,8 @@ std::string getExistingFileInModuleSearchPath(Context* context,
10421042
// internal/standard module.
10431043

10441044
bool firstMatchBundled =
1045-
filePathIsInInternalModule(context, UniqueString::get(context, found)) ||
1046-
filePathIsInStandardModule(context, UniqueString::get(context, found)) ||
10471045
filePathIsInBundledModule(context, UniqueString::get(context, found));
10481046
bool curMatchBundled =
1049-
filePathIsInInternalModule(context, UniqueString::get(context, check)) ||
1050-
filePathIsInStandardModule(context, UniqueString::get(context, check)) ||
10511047
filePathIsInBundledModule(context, UniqueString::get(context, check));
10521048

10531049
bool skip = firstMatchBundled && curMatchBundled;

0 commit comments

Comments
 (0)