From c6dd9abd8d7a5332d0c1078196528926054791ae Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 15 Jun 2020 18:05:09 +0200 Subject: mausezahn: remove unused MZ_SIZE_LONG_INT Signed-off-by: Tobias Klauser --- staging/mausezahn.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'staging/mausezahn.c') 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; -- cgit v1.2.3-54-g00ecf