Index: rats_mincut.c =================================================================== --- rats_mincut.c (revision 23604) +++ rats_mincut.c (revision 23605) @@ -74,7 +74,7 @@ short_conn_t *next; }; -TODO("netlist: remove this, use the find context") +TODO("netlist: remove these global vars, put them in the find context") static short_conn_t *short_conns = NULL; static int num_short_conns = 0; static int short_conns_maxid = 0;