modelize_class: Remove an unnecessary pre-condition
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 2 Aug 2016 18:09:49 +0000 (14:09 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 2 Aug 2016 18:09:49 +0000 (14:09 -0400)
`build_classes` calls itself recursively on imported modules. So, there is
no point to specify that imported modules must be processed first.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>


No differences found