Skip to content

Commit 70bdc91

Browse files
committed
Remove redundant constructInvocation override.
1 parent 5edfa5c commit 70bdc91

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

lib/Driver/ToolChains.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,14 +1512,6 @@ toolchains::Darwin::constructInvocation(const LinkJobAction &job,
15121512
return II;
15131513
}
15141514

1515-
ToolChain::InvocationInfo
1516-
toolchains::Windows::constructInvocation(const InterpretJobAction &job,
1517-
const JobContext &context) const {
1518-
InvocationInfo II = ToolChain::constructInvocation(job, context);
1519-
1520-
return II;
1521-
}
1522-
15231515
ToolChain::InvocationInfo
15241516
toolchains::Windows::constructInvocation(const LinkJobAction &job,
15251517
const JobContext &context) const {

lib/Driver/ToolChains.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ class LLVM_LIBRARY_VISIBILITY Darwin : public ToolChain {
4040

4141
class LLVM_LIBRARY_VISIBILITY Windows : public ToolChain {
4242
protected:
43-
InvocationInfo constructInvocation(const InterpretJobAction &job,
44-
const JobContext &context) const override;
4543
InvocationInfo constructInvocation(const LinkJobAction &job,
4644
const JobContext &context) const override;
4745

0 commit comments

Comments
 (0)