Skip to content

Commit

Permalink
Removed function for ValueGlobal
Browse files Browse the repository at this point in the history
and made it a synonym for VALUE_GLOBAL
  • Loading branch information
sebasguts committed Mar 3, 2018
1 parent e755b88 commit 7cae069
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/global.gi
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,7 @@ end;
## is currently bound
##

InstallGlobalFunction( ValueGlobal,
function (name)
local val;
CheckGlobalName( name );
val := VALUE_GLOBAL(name);
Info( InfoGlobal, 3, "ValueGlobal: access to ",name," returned ",val);
return val;
end);
InstallGlobalFunction( ValueGlobal, VALUE_GLOBAL );


#############################################################################
Expand Down

0 comments on commit 7cae069

Please sign in to comment.