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:
parent
3d8c03f3c9
commit
937887d3df
@ -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 */
|
||||
|
Reference in New Issue
Block a user