mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove empty ivar {}.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@958 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
095a53d687
commit
1f24b8e149
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
/* Interface for NSArray for GNUStep
|
||||
Copyright (C) 1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||
Date: 1995
|
||||
Created: 1995
|
||||
|
||||
This file is part of the GNU Objective C Class Library.
|
||||
|
||||
|
@ -53,8 +53,6 @@
|
|||
@end
|
||||
|
||||
@interface NSNumber : NSValue <NSCoding>
|
||||
{
|
||||
}
|
||||
|
||||
// Allocating and Initializing
|
||||
|
||||
|
|
Loading…
Reference in a new issue