diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 02276b98b0..6ee22bba00 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -753,14 +753,6 @@ public: llvm::GlobalValue::LinkageTypes Linkage); - /// GenerateStaticBlockVarDecl - Return the the static declaration of local - /// variable. - llvm::GlobalVariable * GenerateStaticBlockVarDecl(const VarDecl &D, - bool NoInit, - const char *Separator, - llvm::GlobalValue - ::LinkageTypes Linkage); - /// GenerateStaticCXXBlockVarDecl - Create the initializer for a C++ /// runtime initialized static block var decl. void GenerateStaticCXXBlockVarDeclInit(const VarDecl &D, |