summaryrefslogtreecommitdiff
path: root/staging/mausezahn.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-06-15 18:05:09 +0200
committerTobias Klauser <tklauser@distanz.ch>2020-06-15 18:08:47 +0200
commitc6dd9abd8d7a5332d0c1078196528926054791ae (patch)
treefd9af7d858cacdb1e824e30dd61d02ee6c4d2daf /staging/mausezahn.c
parent4c641508fbc500e57b55609b60b17870c158c70c (diff)
mausezahn: remove unused MZ_SIZE_LONG_INT
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'staging/mausezahn.c')
-rw-r--r--staging/mausezahn.c3
1 files changed, 0 insertions, 3 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;