Index: trunk/prepare.devel
===================================================================
--- trunk/prepare.devel	(revision 485)
+++ trunk/prepare.devel	(revision 562)
@@ -28,5 +28,4 @@
 	make_const_string_opcodes_php5.0.h
 	make_const_string_opcodes_php5.1.h
-	make_const_string_opcodes_php5.3.h
 	make_const_string_opcodes_php6.x.h
 }
@@ -47,8 +46,4 @@
 make_const_string_opcodes_php5.1.h() {
 	precheck const_string_opcodes_php5.1.h "${PHP5_1_DIR}/Zend/zend_vm_def.h"  && "$AWK" -f ./mkopcode.awk < "$I" > "$O.tmp" && mv "$O.tmp" "$O"
-}
-
-make_const_string_opcodes_php5.3.h() {
-	precheck const_string_opcodes_php5.3.h "${PHP5_3_DIR}/Zend/zend_vm_def.h"  && "$AWK" -f ./mkopcode.awk < "$I" > "$O.tmp" && mv "$O.tmp" "$O"
 }
 
