Skip to content

Commit

Permalink
Remove ReadPackage calls for non-existing files
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jul 4, 2024
1 parent a3b3c23 commit 01ac68e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion init.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
# read the declaration part.
ReadPackage( "unipot", "lib/rootsys.gd");
ReadPackage( "unipot", "lib/unipot.gd");
ReadPackage( "unipot", "lib/newstuff.gd");
1 change: 0 additions & 1 deletion read.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
# read the implementation part.
ReadPackage( "unipot", "lib/rootsys.gi");
ReadPackage( "unipot", "lib/unipot.gi");
ReadPackage( "unipot", "lib/newstuff.gi");

0 comments on commit 01ac68e

Please sign in to comment.