mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-20 18:32:04 +00:00
remove some unused stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@33807 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a19015dc9
commit
8a5867051c
2 changed files with 0 additions and 3 deletions
|
@ -39,7 +39,6 @@
|
||||||
#import <Foundation/NSNotification.h>
|
#import <Foundation/NSNotification.h>
|
||||||
#import <Foundation/NSSet.h>
|
#import <Foundation/NSSet.h>
|
||||||
#import <Foundation/NSString.h>
|
#import <Foundation/NSString.h>
|
||||||
#import <Foundation/NSTimer.h>
|
|
||||||
#import <Foundation/NSThread.h>
|
#import <Foundation/NSThread.h>
|
||||||
#import <Foundation/NSValue.h>
|
#import <Foundation/NSValue.h>
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
#import <Foundation/NSHashTable.h>
|
#import <Foundation/NSHashTable.h>
|
||||||
#import <Foundation/NSAutoreleasePool.h>
|
#import <Foundation/NSAutoreleasePool.h>
|
||||||
#import <Foundation/NSDebug.h>
|
#import <Foundation/NSDebug.h>
|
||||||
#import <Foundation/NSTimer.h>
|
|
||||||
#import <Foundation/NSThread.h>
|
#import <Foundation/NSThread.h>
|
||||||
#import <Foundation/NSValue.h>
|
#import <Foundation/NSValue.h>
|
||||||
|
|
||||||
|
@ -104,7 +103,6 @@ typedef struct {
|
||||||
@interface GSThroughputThread : NSObject
|
@interface GSThroughputThread : NSObject
|
||||||
{
|
{
|
||||||
@public
|
@public
|
||||||
NSTimer *theTimer;
|
|
||||||
NSHashTable *instances;
|
NSHashTable *instances;
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue