summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-06 19:08:47 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-06 19:08:47 +0000
commit1a683c668a183550976d6851649f1f6acb8aa3cc (patch)
tree6f0480f1165caeacda6d7a17afdc03d1c64f2071
parentdc49da62a1bf46facb19902da574b36e7b23ac4e (diff)
Cleanup.
-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 ) { \