Removed obsolete working files

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6870 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-07-04 11:05:46 +00:00
parent fef10cfa6b
commit 2512160ece
13 changed files with 4768 additions and 4727 deletions

View file

@ -517,8 +517,11 @@ typedef enum {
#endif
launchCmd = [NSString stringWithCString:
make_gdomap_cmd(GNUSTEP_INSTALL_PREFIX)];
#if GS_NEW_DO
portClass = [GSTcpPort class];
#else
portClass = [TcpOutPort class];
// portClass = [GSTcpPort class];
#endif
}
}