X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Fdfa.c;h=50f0a1dadc1f13964de10c9fde93a2ffe4ad1d62;hb=69d2833ca96efad6777b13a1e52f23a09c749509;hp=340cffc0ed5db3e76e42b23d5c5a78f066d66582;hpb=58e3c5132f9fe86fefbf2e130275ab9980eeed1e;p=idzebra-moved-to-github.git diff --git a/dfa/dfa.c b/dfa/dfa.c index 340cffc..50f0a1d 100644 --- a/dfa/dfa.c +++ b/dfa/dfa.c @@ -1,5 +1,5 @@ -/* $Id: dfa.c,v 1.29 2003-06-18 11:46:33 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 +/* $Id: dfa.c,v 1.30 2003-06-18 21:32:44 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps This file is part of the Zebra server. @@ -1068,7 +1068,6 @@ static struct DFA_states *mk_dfas (struct DFA_parse *dfap, int poset_chunk) mk_dfa_tran (parse_info, dfas); if (debug_dfa_tran) { - printf ("PR_TRAN\n"); pr_tran (parse_info, dfas); } if (dfa_verbose)