X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcclp.h;h=7c26e190b542448995768e183a474334d9d19356;hp=d79274239009361bb7f78c26439d3b3aa24cc9f4;hb=d22199db5fdac737990cebcd0f7c77232fcf5d0c;hpb=6cf204a1f25e251bc6de07f4254125b174a14c3a diff --git a/src/cclp.h b/src/cclp.h index d792742..7c26e19 100644 --- a/src/cclp.h +++ b/src/cclp.h @@ -55,8 +55,6 @@ struct ccl_token { struct ccl_token *prev; const char *ws_prefix_buf; /* leading white space buf */ size_t ws_prefix_len; /* leading white space len */ - int left_trunc; /* left truncated */ - int right_trunc; /* right truncated */ }; /** CCL parser structure */