X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcclp.h;h=f4c57ad328cfe9c1fc62e31830b90c5c2be59949;hb=03dccce903176e61f889b1558834aa5a09f9f8c0;hp=dbfc74175a6e78f172c6e2c6a5f436fb243996e0;hpb=89d7ade063c6c1ecd3aba012204bb6d9ec5b8792;p=yaz-moved-to-github.git diff --git a/src/cclp.h b/src/cclp.h index dbfc741..f4c57ad 100644 --- a/src/cclp.h +++ b/src/cclp.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2012 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -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 */