Rename interpretor to interpreter.
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / compiler / normalize / normalize.hh
diff --git a/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/normalize.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/normalize/normalize.hh
deleted file mode 100644 (file)
index ad79629..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __NORMALIZE__
-#define __NORMALIZE__
-
-Tree normalizeAddTerm(Tree t);
-
-Tree normalizeDelay1Term(Tree s);
-Tree normalizeFixedDelayTerm(Tree s, Tree d);
-
-#endif