diff options
Diffstat (limited to 'test/parsecsv.c')
-rw-r--r-- | test/parsecsv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/parsecsv.c b/test/parsecsv.c index f0a8a1a18..bfc6a2783 100644 --- a/test/parsecsv.c +++ b/test/parsecsv.c @@ -140,7 +140,6 @@ static uint16_t hb_parse_character( hb_csv_file_t * file ) { int byte; uint16_t c; - int read_result; int need_char = 1; if( file == NULL ) @@ -211,4 +210,4 @@ static void hb_trim_end( char *text ) { text[i] = '\0'; } -}
\ No newline at end of file +} |