From 8afb37e1a1c23e28c0964c63dde909ce29524593 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 15 Jan 2015 06:00:15 +0000 Subject: Remove unused parameter, followup to r179639. No behavior change. llvm-svn: 226128 --- clang/unittests/CodeGen/BufferSourceTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/unittests/CodeGen/BufferSourceTest.cpp') diff --git a/clang/unittests/CodeGen/BufferSourceTest.cpp b/clang/unittests/CodeGen/BufferSourceTest.cpp index 8169a6d0c9e..b2a8ba58084 100644 --- a/clang/unittests/CodeGen/BufferSourceTest.cpp +++ b/clang/unittests/CodeGen/BufferSourceTest.cpp @@ -63,7 +63,6 @@ TEST(BufferSourceTest, EmitCXXGlobalInitFunc) { compiler.getDiagnostics(), "EmitCXXGlobalInitFuncTest", compiler.getCodeGenOpts(), - compiler.getTargetOpts(), llvm::getGlobalContext()))); compiler.createSema(clang::TU_Prefix,NULL); -- cgit v1.2.3