File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -2507,19 +2507,8 @@ unsigned int counter = 0;
2507
2507
2508
2508
uint64* PackBinWord (uint64* bindata, WORDP D, bool isnew)
2509
2509
{
2510
- if (!strcmp (D->word , " I" ))
2511
- {
2512
- int xx = 0 ;
2513
- }
2514
2510
// remove any transient bits
2515
2511
D->systemFlags &= ((uint64)-1 ) ^ MARKED_WORD;
2516
- // unchanged old does not need writing out
2517
- if (!isnew && !(D->internalBits & BIT_CHANGED) && !(D->internalBits & QUERY_KIND) && *D->word != ' $'
2518
- && !D->subjectHead && !D->verbHead && !D->objectHead )
2519
- {
2520
- return bindata; // just referred to but already exists
2521
- }
2522
-
2523
2512
D->internalBits &= -1 ^ (BIT_CHANGED | BEEN_HERE);
2524
2513
if (*D->word == ' $' ) D->internalBits &= -1 ^ VAR_CHANGED;
2525
2514
++counter;
You can’t perform that action at this time.
0 commit comments