[svn:parrot] r44735 - branches/ops_pct/include/parrot

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Mar 7 12:54:44 UTC 2010


Author: bacek
Date: Sun Mar  7 12:54:41 2010
New Revision: 44735
URL: https://trac.parrot.org/parrot/changeset/44735

Log:
Remove op_info_t.flags. It was removed in trunk already.

Modified:
   branches/ops_pct/include/parrot/op.h

Modified: branches/ops_pct/include/parrot/op.h
==============================================================================
--- branches/ops_pct/include/parrot/op.h	Sun Mar  7 09:09:04 2010	(r44734)
+++ branches/ops_pct/include/parrot/op.h	Sun Mar  7 12:54:41 2010	(r44735)
@@ -84,7 +84,6 @@
     char types[PARROT_MAX_ARGS];   /* arg_type_t, 0 = 1st arg */
     char dirs[PARROT_MAX_ARGS];    /* arg_dir_t   0 = 1st arg */
     char labels[PARROT_MAX_ARGS];  /* 0/1         0 = 1st arg */
-    unsigned int flags;
 } op_info_t;
 
 


More information about the parrot-commits mailing list