diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-06-15 18:05:09 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-06-15 18:08:47 +0200 |
commit | c6dd9abd8d7a5332d0c1078196528926054791ae (patch) | |
tree | fd9af7d858cacdb1e824e30dd61d02ee6c4d2daf | |
parent | 4c641508fbc500e57b55609b60b17870c158c70c (diff) |
mausezahn: remove unused MZ_SIZE_LONG_INT
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-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]; |