aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tools/CodeGen/CodeGenSymmetries.m7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tools/CodeGen/CodeGenSymmetries.m b/Tools/CodeGen/CodeGenSymmetries.m
index 85a47e7..5cdad9f 100644
--- a/Tools/CodeGen/CodeGenSymmetries.m
+++ b/Tools/CodeGen/CodeGenSymmetries.m
@@ -82,13 +82,6 @@ Module[{},
sym
];
-(* Compatibility function to be called by KrancThorns because it
- doesn't understand reflection symmetries *)
-CreateSymmetriesRegistrationSource[thornName_, implementationName_, GFs_, debug_] :=
- CreateSymmetriesRegistrationSource[thornName, implementationName, GFs, False, debug];
-
-
-
(* Given a symmetries registration structure as defined above, return a
C CodeGen structure of a source file which will register the symmetries. *)
CreateSymmetriesRegistrationSource[thornName_, implementationName_, GFs_, reflectionSymmetries_, debug_] :=