From f56b90fb618dc7fed1c01e60f87171d3398f9de2 Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Sun, 24 Oct 2010 16:28:23 +0100 Subject: [PATCH] Remove temporary code Remove test code accidentally left in during commit! --- backend/dmatrix.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/dmatrix.c b/backend/dmatrix.c index d370d6c9..355df4a2 100644 --- a/backend/dmatrix.c +++ b/backend/dmatrix.c @@ -231,8 +231,6 @@ int look_ahead_test(unsigned char source[], int sourcelen, int position, int cur /* A custom version of the 'look ahead test' from Annex P */ /* This version is deliberately very reluctant to end a data stream with EDIFACT encoding */ - return DM_ASCII; - float ascii_count, c40_count, text_count, x12_count, edf_count, b256_count, best_count; int sp, done, best_scheme; char reduced_char;