Skip to content

Commit 99c210b

Browse files
committed
[clang] Hide CompilerInvocation::TargetOpts
1 parent d4d28b8 commit 99c210b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Frontend/CompilerInvocation.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ class CompilerInvocation : public CompilerInvocationBase {
268268
/// Base class internals.
269269
/// @{
270270
using CompilerInvocationBase::LangOpts;
271-
using CompilerInvocationBase::TargetOpts;
272271
std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() {
273272
return HSOpts;
274273
}

0 commit comments

Comments
 (0)