Module: Mesa Branch: master Commit: 862f55c29c50798942e58ea75c5294921c0489f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=862f55c29c50798942e58ea75c5294921c0489f8
Author: Aaron Watry <[email protected]> Date: Fri Nov 8 10:15:44 2013 -0600 clover: Remove unused variable Reviewed-by: Tom Stellard <[email protected]> CC: "10.0" <[email protected]> --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm/invocation.cpp index 3f50317..e826669 100644 --- a/src/gallium/state_trackers/clover/llvm/invocation.cpp +++ b/src/gallium/state_trackers/clover/llvm/invocation.cpp @@ -117,7 +117,6 @@ namespace { const std::string &opts, clang::LangAS::Map& address_spaces) { clang::CompilerInstance c; - clang::CompilerInvocation invocation; clang::EmitLLVMOnlyAction act(&llvm::getGlobalContext()); std::string log; llvm::raw_string_ostream s_log(log); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
