From fe5b4ed82247eac485b6cc0f03c53204c81bcb35 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 4 Aug 2014 22:35:30 +0000 Subject: Remove separator parameter from static local naming code It was always set to ".", which was duplicated in a few places. llvm-svn: 214792 --- clang/lib/CodeGen/CodeGenFunction.h | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index b612415a4d6..84962927990 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2425,7 +2425,6 @@ public: /// CreateStaticVarDecl - Create a zero-initialized LLVM global for /// a static local variable. llvm::Constant *CreateStaticVarDecl(const VarDecl &D, - const char *Separator, llvm::GlobalValue::LinkageTypes Linkage); /// AddInitializerToStaticVarDecl - Add the initializer for 'D' to the -- cgit v1.2.3