diff --git a/init.g b/init.g index 157ed99..f056247 100644 --- a/init.g +++ b/init.g @@ -7,10 +7,5 @@ ## ## -## -## Announce the package version and test for the existence of the binary. -## - -ReadPackage("toric", "lib/util.gd"); ReadPackage("toric", "lib/toric.gd"); diff --git a/read.g b/read.g index 17d52e3..0eb1f5b 100644 --- a/read.g +++ b/read.g @@ -7,10 +7,6 @@ ## ## -############################################################################# -## -#F Read calls to load all files. -## ReadPackage("toric", "lib/util.gi"); ReadPackage("toric", "lib/toric.gi");