diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-03 20:57:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-03 20:57:01 +0200 |
commit | 025c2f566709abb1f8971b7458f68223492c81e3 (patch) | |
tree | 41f7df5c55edf5f2b11cbacb72df5325f480631a /src/testing/testing_api_cmd_stat.c | |
parent | bf50cb2352978c74f11d8f0b4ae9de4af955ab3f (diff) |
move rewind command to exchange, add proper support for rewinding in batches, modify API to rewind to label
Diffstat (limited to 'src/testing/testing_api_cmd_stat.c')
-rw-r--r-- | src/testing/testing_api_cmd_stat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_stat.c b/src/testing/testing_api_cmd_stat.c index cf6d0b48..9461a22c 100644 --- a/src/testing/testing_api_cmd_stat.c +++ b/src/testing/testing_api_cmd_stat.c @@ -40,7 +40,6 @@ stat_cleanup (void *cls, (void) cls; (void) cmd; /* nothing to clean. */ - return; } |