Skip to content

Commit

Permalink
mausezahn: remove unused MZ_SIZE_LONG_INT
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser committed Jun 15, 2020
1 parent 4c64150 commit c6dd9ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions staging/mausezahn.c
Expand Up @@ -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;

Expand Down
2 changes: 0 additions & 2 deletions staging/mz.h
Expand Up @@ -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];

Expand Down

0 comments on commit c6dd9ab

Please sign in to comment.