[phc-internals] [phc commit] r1407 - branches/saturn/src/process_ir

codesite-noreply at google.com codesite-noreply at google.com
Wed Jul 2 14:13:52 IST 2008


Author: paul.biggar
Date: Wed Jul  2 06:13:19 2008
New Revision: 1407

Modified:
   branches/saturn/src/process_ir/CLPA_unparser.h

Log:
We no longer need to print the value for pre_ht_iterator, now that its 
handled as an Identifier.


Modified: branches/saturn/src/process_ir/CLPA_unparser.h
==============================================================================
--- branches/saturn/src/process_ir/CLPA_unparser.h	(original)
+++ branches/saturn/src/process_ir/CLPA_unparser.h	Wed Jul  2 06:13:19 2008
@@ -579,12 +579,6 @@
 	MIR_unparser
 >
 {
-	void pre_ht_iterator (MIR::HT_ITERATOR* in)
-	{
-		print_line (in->value);
-	}
-
-
 };

 #endif // PHC_CLPA_UNPARSER


More information about the phc-internals mailing list