Changed the -r option to removing of all duplicates, wherever they
authorFrancois Fleuret <francois@fleuret.org>
Mon, 16 Mar 2009 17:57:58 +0000 (18:57 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Mon, 16 Mar 2009 17:57:58 +0000 (18:57 +0100)
commitc597e11ab02854d2552c8966d376523902ad6d25
treeaf7a899a71e52648a38852c52342a1decd4e9443
parentb5301bfe1c4b110dad8788ea822acbd785e9ef7a
Changed the -r option to removing of all duplicates, wherever they
are. Needed a hash-table to do it kind of properly. Seems to work so
far. Wonder if the hash_table_size being ten times the maximum number
of lines makes sense.
selector.cc