[svn:parrot] r44681 - trunk/lib/Parrot/Configure

coke at svn.parrot.org coke at svn.parrot.org
Sat Mar 6 01:52:41 UTC 2010


Author: coke
Date: Sat Mar  6 01:52:41 2010
New Revision: 44681
URL: https://trac.parrot.org/parrot/changeset/44681

Log:
Remove apparently unused function.

Modified:
   trunk/lib/Parrot/Configure/Compiler.pm

Modified: trunk/lib/Parrot/Configure/Compiler.pm
==============================================================================
--- trunk/lib/Parrot/Configure/Compiler.pm	Sat Mar  6 01:48:19 2010	(r44680)
+++ trunk/lib/Parrot/Configure/Compiler.pm	Sat Mar  6 01:52:41 2010	(r44681)
@@ -603,8 +603,6 @@
     }
 }
 
-sub truth { $_[0] ? "true" : "false"; }
-
 # Recursively evaluate boolean expressions with multiple keys and | & ! ops.
 # Order of precedence: Just "!" and "NOT" binds tighter than AND and OR.
 # There's no precedence for AND over OR defined, just left to right.


More information about the parrot-commits mailing list