aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorBarry Wardell <barry.wardell@gmail.com>2012-12-11 23:27:31 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-12-11 23:27:31 -0500
commitd1a91c146cbec41a4302fbda7b686e0f1f7e19b0 (patch)
tree4b37e5f1bab0e3a2d4cf74c39172a606ca727691 /Tools
parentfeaeb3495a34dee55397bd40748870a99ba62263 (diff)
Remove unused code.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/CodeGen/ParamCheck.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/CodeGen/ParamCheck.m b/Tools/CodeGen/ParamCheck.m
index 86d9f8b..263bee8 100644
--- a/Tools/CodeGen/ParamCheck.m
+++ b/Tools/CodeGen/ParamCheck.m
@@ -64,9 +64,7 @@ DefFn[checkCondition[{cond_, error_String}] :=
(* rendervalue[a_String] := a; -- Allow literal pass-through *)
rendervalue[a_?NumberQ] := ToString[a];
rendervalue[Parameter[a_String]] := a;
- rendervalue[a_ /; MemberQ[params,a]] := ToString[a];
renderbool[x_] := ThrowError["Unexpected value in run-time conditional expression (boolean):", x, "in", cond];
- render[x_] := ThrowError["Unexpected value in run-time conditional expression (value):", x, "in", cond];
unparen[s_] :=
Module[