From cfdb8e7644d8506c5dbce834aaa07d33aefb78e1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 3 Jul 2024 15:50:51 +0200 Subject: [PATCH] Don't try to read non-existing file --- init.g | 5 ----- read.g | 4 ---- 2 files changed, 9 deletions(-) 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");