From ae4feb62e075190c8754c778a24f62f2e36e583f Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 25 Jan 2013 01:50:28 +0000 Subject: [Lex] Remove DirectoryLookup.UserSpecified, which is unused. llvm-svn: 173409 --- clang/unittests/Lex/PPCallbacksTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/unittests/Lex/PPCallbacksTest.cpp') diff --git a/clang/unittests/Lex/PPCallbacksTest.cpp b/clang/unittests/Lex/PPCallbacksTest.cpp index 3cf0ed4db7d..073e07cbb4f 100644 --- a/clang/unittests/Lex/PPCallbacksTest.cpp +++ b/clang/unittests/Lex/PPCallbacksTest.cpp @@ -109,7 +109,7 @@ protected: // Add header's parent path to search path. StringRef SearchPath = path::parent_path(HeaderPath); const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath); - DirectoryLookup DL(DE, SrcMgr::C_User, true, false); + DirectoryLookup DL(DE, SrcMgr::C_User, false); HeaderInfo.AddSearchPath(DL, IsSystemHeader); } -- cgit v1.2.3