model: revert unnecessary parameter for print_summary()
authorBrian Norris <banorris@uci.edu>
Wed, 8 Aug 2012 23:27:07 +0000 (16:27 -0700)
committerBrian Norris <banorris@uci.edu>
Sat, 11 Aug 2012 00:24:46 +0000 (17:24 -0700)
commit1ff648af632c0ccc8e5319a077791bd6e49011f6
tree4f5d120f91da6635ae198139c27a816b93b27247
parent508af0435527c006aceeed751abe0b4daa73e27e
model: revert unnecessary parameter for print_summary()

CycleGraph::checkForCycles() is a cheap function; it only checks a flag status.
So we don't need to make code more complicated just to avoid calling this
function.

Effectively a revert of:
commit 7cee72d776ddfbf585038f3cad3df799e353cc11
model.cc
model.h