summary refs log tree commit diff stats
path: root/nim/transtmp.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/transtmp.pas')
-rw-r--r--nim/transtmp.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/nim/transtmp.pas b/nim/transtmp.pas
index df61aa00d..cfec21c98 100644
--- a/nim/transtmp.pas
+++ b/nim/transtmp.pas
@@ -9,7 +9,8 @@
 
 // This module implements a transformator. It transforms the syntax tree 
 // to ease the work of the code generators. Does the transformation to 
-// introduce temporaries to split up complex expressions. 
+// introduce temporaries to split up complex expressions.
+// THIS MODULE IS NOT USED!
 
 procedure transInto(c: PContext; var dest: PNode; father, src: PNode); forward;
 // transforms the expression `src` into the destination `dest`. Uses `father`