remove LocalSchedPredFlag from the PredEntry data structure

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1328 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
ricroc 2005-06-04 08:03:42 +00:00
parent 3d8c03f3c9
commit 937887d3df
1 changed files with 0 additions and 1 deletions

View File

@ -511,7 +511,6 @@ typedef enum
TabledPredFlag = 0x00000040L, /* is tabled */
SequentialPredFlag = 0x00000020L, /* may not create parallel choice points! */
ProfiledPredFlag = 0x00000010L, /* pred is being profiled */
LocalSchedPredFlag = 0x00000008L /* use local scheduling as default for tabling */
} pred_flag;
/* profile data */