Remove a repeated attribute declaration from the implementation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@35751 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2012-10-26 17:15:52 +00:00
parent 903e11ce23
commit c1a084a1c8
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2012-10-26 Wolfgang Lux <wolfgang.lux@gmail.com>
* STCompilerUtils.m (STCPrimaryExpression): Remove repeated
attribute declaration from the implementation.
2012-02-07 Wolfgang Lux <wolfgang.lux@gmail.com>
* STSourceReader.m (-lineNumberForIndex:): Fix unintended fall through

View file

@ -246,9 +246,6 @@
@end
@implementation STCPrimaryExpression:STCExpression
{
id object;
}
- (void)dealloc
{
RELEASE(object);