From 4f967391222618911f74bba9fb04dc57a5d7fc05 Mon Sep 17 00:00:00 2001 From: Steve Naroff Date: Sat, 28 Feb 2009 21:01:15 +0000 Subject: Remove PrevFunctionScope slot (it isn't needed)...use getParent() instead. llvm-svn: 65718 --- clang/lib/Sema/Sema.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'clang/lib/Sema/Sema.h') diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index ead93cb7494..3e9d07aefb6 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -2069,10 +2069,6 @@ struct BlockSemaInfo { /// arguments etc. Scope *TheScope; - /// PrevFunctionScope - This is the scope for the enclosing function. - /// For global blocks, this will be null. - Scope *PrevFunctionScope; - /// ReturnType - This will get set to block result type, by looking at /// return types, if any, in the block body. Type *ReturnType; -- cgit v1.2.3