Skip to content

Commit 97e67fa

Browse files
authored
Merge pull request #70 from gap-packages/mh/no-autoload
PackageInfo.g: remove obsolete Autoload flag
2 parents 9a4d74a + c2691f1 commit 97e67fa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

PackageInfo.g

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,6 @@ SetPackageInfo( rec(
283283
end,
284284

285285

286-
## Suggest here if the package should be *automatically loaded* when GAP is
287-
## started. This should usually be 'false'. Say 'true' only if your package
288-
## provides some improvements of the GAP library which are likely to enhance
289-
## the overall system performance for many users.
290-
291-
Autoload := false,
292-
293286
## *Optional*, but recommended: path relative to package root to a file which
294287
## contains as many tests of the package functionality as sensible.
295288
TestFile := "tst/guava.tst",

0 commit comments

Comments
 (0)