From 59f746ff4a368b67152334c07d789071abde3ab8 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 21 Apr 2009 22:43:47 +0200 Subject: [PATCH] Automatic commit --- selector.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/selector.cc b/selector.cc index 4950c90..0d1e93e 100644 --- a/selector.cc +++ b/selector.cc @@ -773,11 +773,6 @@ int main(int argc, char **argv) { hash_table = new_hash_table(hash_table_size); } - // if(i == argc && !input_filename[0]) { - // cerr << "You must provide a filename." << endl; - // exit(1); - // } - if(input_filename[0]) { read_file(input_filename, nb_lines_max, &nb_lines, lines, -- 2.20.1