diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-07 23:21:17 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-07 23:21:17 +0000 |
commit | 70cfae5e284ccc6ae693b60d710f48ecf9e8cc15 (patch) | |
tree | bed59986fcf82623e5c8f4cdd2808c0380993b3b /gcc/objc | |
parent | c2ca61ff892889b47a2764c16a425def20c8ba84 (diff) | |
download | gcc-70cfae5e284ccc6ae693b60d710f48ecf9e8cc15.tar.gz |
Remove inclusion of source files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/thr.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/objc/thr.c b/gcc/objc/thr.c index 2b421d8bdfe..db7787bc2c6 100644 --- a/gcc/objc/thr.c +++ b/gcc/objc/thr.c @@ -113,20 +113,4 @@ objc_mutex_lock_x(_objc_mutex_t mutex, const char *f, int l) return objc_mutex_lock(mutex); } -/***************************************************************************** - * Implementation specific functionality: - */ - -#if defined(__sparc__) && defined(__svr4__) /* Solaris only code. */ -#include "thr-solaris.c" -#elif defined(__sgi__) && defined(__mips__) /* IRIX only code. */ -#include "thr-irix.c" -#elif defined(__alpha__) && defined(__osf__) /* Alpha OSF/1 only code. */ -#include "thr-decosf1.c" -#elif defined(__WIN32__) -#include "thr-win32.c" -#else /* Single threaded code. */ -#include "thr-single.c" -#endif - /* End of File */ |