summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/htsparse.c4
1 files changed, 0 insertions, 4 deletions
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 ) { \