summaryrefslogtreecommitdiffstats
path: root/tools/perform/sio_standalone.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perform/sio_standalone.h')
-rw-r--r--tools/perform/sio_standalone.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perform/sio_standalone.h b/tools/perform/sio_standalone.h
index b2f8220..4eb1ded 100644
--- a/tools/perform/sio_standalone.h
+++ b/tools/perform/sio_standalone.h
@@ -87,7 +87,6 @@
#define HDatof(S) atof(S)
#define HDatoi(S) atoi(S)
#define HDatol(S) atol(S)
-#define HDBSDgettimeofday(S,P) BSDgettimeofday(S,P)
#define HDbsearch(K,B,N,Z,F) bsearch(K,B,N,Z,F)
#define HDcalloc(N,Z) calloc(N,Z)
#define HDceil(X) ceil(X)