summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Base85.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Base85.h b/include/Base85.h
index 1b7a439..d12bd55 100644
--- a/include/Base85.h
+++ b/include/Base85.h
@@ -29,7 +29,6 @@ class Base85 : public Base {
private:
static String encode_block(unsigned char in_tab[4], int len);
- static int stri(char);
static int decode_block(char s1, char s2, char s3, char s4, char s5, unsigned char * out_tab);
};