diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-08-10 19:23:01 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-08-10 19:23:01 +0000 |
| commit | 4422df6fa321019aad77ea3a1aacff3fcf6d0280 (patch) | |
| tree | b65c0813a9e679a12b48ef816a1fa4b289daf265 /clang | |
| parent | ec99b5ee0d2bc7abe297738ff3af1d7e9ce461fb (diff) | |
| download | bcm5719-llvm-4422df6fa321019aad77ea3a1aacff3fcf6d0280.tar.gz bcm5719-llvm-4422df6fa321019aad77ea3a1aacff3fcf6d0280.zip | |
Remove unused CompilerInstance::takeCodeCompletionConsumer
llvm-svn: 215322
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/Frontend/CompilerInstance.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/include/clang/Frontend/CompilerInstance.h b/clang/include/clang/Frontend/CompilerInstance.h index 413c3600b50..a9fc371178b 100644 --- a/clang/include/clang/Frontend/CompilerInstance.h +++ b/clang/include/clang/Frontend/CompilerInstance.h @@ -485,12 +485,6 @@ public: return *CompletionConsumer; } - /// takeCodeCompletionConsumer - Remove the current code completion consumer - /// and give ownership to the caller. - CodeCompleteConsumer *takeCodeCompletionConsumer() { - return CompletionConsumer.release(); - } - /// setCodeCompletionConsumer - Replace the current code completion consumer; /// the compiler instance takes ownership of \p Value. void setCodeCompletionConsumer(CodeCompleteConsumer *Value); |

