Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Remove unused pi guts.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jul 26, 2012
1 parent 6049379 commit 7fa2ad3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Pugs/src/Pugs/Prim.hs
Expand Up @@ -89,7 +89,6 @@ op0 "File::Spec::cwd" = const $ do
op0 "File::Spec::tmpdir" = const $ do
tmp <- guardIO getTemporaryDirectory
return $ VStr tmp
op0 "Pugs::Internals::pi" = const $ return $ VNum pi
op0 "self" = const $ expToEvalVal (_Var "$__SELF__")
op0 "say" = const $ op1 "IO::say" (VHandle stdout)
op0 "print" = const $ op1 "IO::print" (VHandle stdout)
Expand Down Expand Up @@ -1904,7 +1903,6 @@ initSyms = seq (length syms) $ do
\\n Num pre tan safe (Num)\
\\n Num pre acos safe (Num)\
\\n Num pre asin safe (Num)\
\\n Any pre Pugs::Internals::pi safe ()\
\\n Any pre self safe,macro ()\
\\n Bool pre nothing safe ()\
\\n Num pre exp safe (Num, ?Num)\
Expand Down

0 comments on commit 7fa2ad3

Please sign in to comment.