From 1a683c668a183550976d6851649f1f6acb8aa3cc Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 6 Jun 2014 19:08:47 +0000 Subject: Cleanup. --- src/htsparse.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/htsparse.c') diff --git a/src/htsparse.c b/src/htsparse.c index 9174173..811e077 100644 --- a/src/htsparse.c +++ b/src/htsparse.c @@ -63,10 +63,6 @@ Please visit our Website: http://www.httrack.com // arrays #include "htsarrays.h" -static void AppendString(TypedArray(char) *const a, const char *s, size_t size) { - TypedArrayAppend(*a, s, size); -} - /** Append bytes to the output buffer up to the pointer 'html'. **/ #define HT_add_adr do { \ if ( (opt->getmode & 1) != 0 && ptr > 0 ) { \ -- cgit v1.2.3