Removed unused member VarDeclaration::offset2.

This commit is contained in:
kai
2012-03-27 07:13:55 +02:00
parent 0a9ba4d283
commit e739102374
6 changed files with 0 additions and 10 deletions

View File

@@ -352,7 +352,6 @@ struct VarDeclaration : Declaration
// FIXME: we're not using these anymore!
AnonDeclaration* anonDecl;
unsigned offset2;
/// This var is used by a naked function.
bool nakedUse;