diff options
-rw-r--r-- | staging/mausezahn.c | 3 | ||||
-rw-r--r-- | staging/mz.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/staging/mausezahn.c b/staging/mausezahn.c index 6c36166..19d2937 100644 --- a/staging/mausezahn.c +++ b/staging/mausezahn.c @@ -192,9 +192,6 @@ int reset(void) int i; time_t t; - // Determine platform type sizes: - MZ_SIZE_LONG_INT = sizeof(long int); - mz_default_config_path[0] = 0x00; mz_default_log_path[0] = 0x00; diff --git a/staging/mz.h b/staging/mz.h index 5afe57d..c7a131d 100644 --- a/staging/mz.h +++ b/staging/mz.h @@ -108,8 +108,6 @@ static inline void verbose_l2(const char *format, ...) #define IPADDRSIZE 46 -int MZ_SIZE_LONG_INT; - char mz_default_config_path[256]; char mz_default_log_path[256]; |