From 07f4357b446e959f81063bb14b705ea375b35ac4 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 29 Jan 2012 18:15:03 +0000 Subject: Implement code completion support for module import declarations, e.g., @import or @import std. Addresses . llvm-svn: 149199 --- clang/lib/Frontend/CompilerInstance.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/Frontend/CompilerInstance.cpp') diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp index 7f22247..cc8d3b4 100644 --- a/clang/lib/Frontend/CompilerInstance.cpp +++ b/clang/lib/Frontend/CompilerInstance.cpp @@ -1102,7 +1102,6 @@ Module *CompilerInstance::loadModule(SourceLocation ImportLoc, SourceLocation ModuleNameLoc = Path[0].second; clang::Module *Module = 0; - const FileEntry *ModuleFile = 0; // If we don't already have information on this module, load the module now. llvm::DenseMap::iterator Known -- cgit v1.1