diff options
Diffstat (limited to 'src/proxy/store.c')
-rw-r--r-- | src/proxy/store.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/proxy/store.c b/src/proxy/store.c index 1702bc8..9d756b7 100644 --- a/src/proxy/store.c +++ b/src/proxy/store.c @@ -41,6 +41,7 @@ static long int timezone = 0; #include <pthread.h> #endif +#define HTSSAFE_ABORT_FUNCTION(A,B,C) #include "htsglobal.h" #define HTS_INTERNAL_BYTECODE @@ -253,8 +254,6 @@ int PT_RemoveIndex(PT_Indexes index, int indexId) { return 0; } -#define assertf(exp) - static int binput(char *buff, char *s, int max) { int count = 0; int destCount = 0; |