Commit 772d2ef8 authored by John Esmet's avatar John Esmet Committed by Yoni Fogel

refs #5351 remove kruft


git-svn-id: file:///svn/toku/tokudb@50479 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3eaa0b91
......@@ -6,15 +6,6 @@
#include "locktree_unit_test.h"
#include <toku_time.h>
__attribute__((__unused__))
static long current_time_usec(void) {
struct timeval t;
gettimeofday(&t, NULL);
return t.tv_usec + t.tv_sec * 1000000;
}
namespace toku {
// test simple, non-overlapping read locks and then write locks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment