Skip to content

Commit 3685590

Browse files
committed
Swift: remove version control markers
1 parent 7adcd0d commit 3685590

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

swift/extractor/SwiftExtractor.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ static fs::path getFilename(swift::ModuleDecl& module,
7979
return resolvePath(primaryFile->getFilename());
8080
}
8181
if (lazyDeclaration) {
82-
<<<<<<< HEAD
8382
// this code will be thrown away in the near future
8483
auto decl = llvm::dyn_cast<swift::ValueDecl>(lazyDeclaration);
8584
assert(decl);
@@ -94,11 +93,6 @@ static fs::path getFilename(swift::ModuleDecl& module,
9493
// half a SHA2 is enough
9594
ret += std::string_view(mangled).substr(0, mangled.size() / 2);
9695
return ret;
97-
=======
98-
// static int i;
99-
// return mangledDeclName(*lazyDeclaration) + std::to_string(i++);
100-
return mangledDeclName(*lazyDeclaration);
101-
>>>>>>> 4cbad80695 (Swift: more mangling)
10296
}
10397
// PCM clang module
10498
if (module.isNonSwiftModule()) {

0 commit comments

Comments
 (0)