X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=adu.c;h=ed1b4fa32aee7dac5a7650f2074f8f37df2820d1;hb=e584cd6d5a3782ddeb6640f69534ab1664da2605;hp=657adb244dd138281f68d10c48487dcd4d567e86;hpb=26ace9b8c1dc872e5da1b1122b45f01419761aab;p=adu.git diff --git a/adu.c b/adu.c index 657adb2..ed1b4fa 100644 --- a/adu.c +++ b/adu.c @@ -23,8 +23,6 @@ struct gengetopt_args_info conf; /** Options passed to --select-options. */ struct select_args_info select_conf; -/** The number of different uids found so far. */ -uint32_t num_uids = 0; /** * The table containing the directory names and statistics. @@ -119,7 +117,6 @@ void close_all_tables(void) { close_dir_table(); close_user_tables(); - free_hash_table(); } static void signal_handler(int s)