CCL: retain ? for CCL terms
[yaz-moved-to-github.git] / src / cclp.h
index d792742..7c26e19 100644 (file)
@@ -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 */