Commit d19e3dc5 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

fix compile problems refs[t:2436]

git-svn-id: file:///svn/toku/tokudb@18504 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2cba827e
...@@ -148,7 +148,6 @@ toku_os_full_write (int fd, const void *buf, size_t len) { ...@@ -148,7 +148,6 @@ toku_os_full_write (int fd, const void *buf, size_t len) {
assert(len == 0); assert(len == 0);
} }
#if 0
int int
toku_os_write (int fd, const void *buf, size_t len) { toku_os_write (int fd, const void *buf, size_t len) {
while (len > 0) { while (len > 0) {
...@@ -165,7 +164,6 @@ toku_os_write (int fd, const void *buf, size_t len) { ...@@ -165,7 +164,6 @@ toku_os_write (int fd, const void *buf, size_t len) {
} }
return 0; return 0;
} }
#endif
// t_fsync exists for testing purposes only // t_fsync exists for testing purposes only
static int (*t_fsync)(int) = 0; static int (*t_fsync)(int) = 0;
......
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