Skip to content

Commit 8850a56

Browse files
committed
Remove artificial checks for platform around where we store bench context's
time date because now we have macros and wrappers set for both platforms. git-svn-id: https://svn.rinrab.com/rinrab/xdigest/trunk@6363 0083e6b4-6090-234a-836e-88fcc467669c
1 parent 1586380 commit 8850a56

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/bench_base.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@ xdig_bench__create_buffer(unsigned char *buf, size_t len)
2020
typedef struct xdig_bench__ctx_t {
2121
const char *name;
2222

23-
#ifdef WIN32
24-
#error "not supported"
25-
#else
2623
xdig_time__t start;
2724
xdig_time__t end;
28-
#endif
2925

3026
double requested_time;
3127
size_t iter;

0 commit comments

Comments
 (0)