diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-06 19:08:47 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-06 19:08:47 +0000 |
commit | 1a683c668a183550976d6851649f1f6acb8aa3cc (patch) | |
tree | 6f0480f1165caeacda6d7a17afdc03d1c64f2071 /src | |
parent | dc49da62a1bf46facb19902da574b36e7b23ac4e (diff) |
Cleanup.
Diffstat (limited to 'src')
-rw-r--r-- | src/htsparse.c | 4 |
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 ) { \ |