mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
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:
parent
903e11ce23
commit
c1a084a1c8
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -246,9 +246,6 @@
|
|||
@end
|
||||
|
||||
@implementation STCPrimaryExpression:STCExpression
|
||||
{
|
||||
id object;
|
||||
}
|
||||
- (void)dealloc
|
||||
{
|
||||
RELEASE(object);
|
||||
|
|
Loading…
Reference in a new issue