Skip to content

Commit 109d8e6

Browse files
committed
FreeBSD toolchain: remove code duplication
1 parent fb6f4be commit 109d8e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: lib/Driver/Driver.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -2036,8 +2036,6 @@ const ToolChain *Driver::getToolChain(const ArgList &Args) const {
20362036
TC = new toolchains::Darwin(*this, Target);
20372037
break;
20382038
case llvm::Triple::Linux:
2039-
TC = new toolchains::GenericUnix(*this, Target);
2040-
break;
20412039
case llvm::Triple::FreeBSD:
20422040
TC = new toolchains::GenericUnix(*this, Target);
20432041
break;

0 commit comments

Comments
 (0)