Skip to content

Commit 326e6e0

Browse files
committed
ccutil: Remove unused code
Signed-off-by: Stefan Weil <[email protected]>
1 parent 7c27275 commit 326e6e0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ccutil/host.h

-15
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
** Defines either _WIN32, __MAC__, __UNIX__, __OS2__, __PM__ to
2626
** use the specified definitions indicated below in the preprocessor settings. **
2727
** **
28-
** Also define either __FarProc__ or __FarData__ and __MOTO__ to use the
29-
** specified definitions indicated below in the preprocessor settings. **
30-
** **
3128
** If a preprocessor settings is not allow in the compiler that is being use,
3229
** then it is recommended that a "platform.h" is created with the definition
3330
** of the computer and/or operating system.
@@ -52,24 +49,12 @@
5249
/*----------------------------*/
5350
#endif
5451
/********************************************************/
55-
#if defined(__UNIX__) || defined( __DOS__ ) || defined(__OS2__) || defined(__PM__)
56-
/*----------------------------*/
57-
/* FarProc and FarData */
58-
/*----------------------------*/
59-
/*----------------------------*/
60-
#endif
6152
/*****************************************************************************
6253
**
6354
** Standard GHC Definitions
6455
**
6556
*****************************************************************************/
6657

67-
#ifdef __MOTO__
68-
#define __NATIVE__ MOTO
69-
#else
70-
#define __NATIVE__ INTEL
71-
#endif
72-
7358
// definitions of portable data types (numbers and characters)
7459
typedef float FLOAT32;
7560
typedef double FLOAT64;

0 commit comments

Comments
 (0)