Skip to content

Commit

Permalink
make a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Jun 26, 2024
1 parent 98e0444 commit c0768a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/cliques.gi
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ DigraphCliques);

InstallGlobalFunction(DigraphCliques,
function(arg)
local D, include, exclude, limit, size;
# local D, include, exclude, limit, size;

if IsEmpty(arg) then
ErrorNoReturn("there must be at least 1 argument,");
Expand Down

0 comments on commit c0768a6

Please sign in to comment.