about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-01 10:23:23 +0000
committerEric Wong <e@80x24.org>2016-02-01 11:01:10 +0000
commitf66d2b4739eb9439280ac29dc6e4ef45802157f5 (patch)
tree6126984aed97c52851247a05c7ab4a4a58e170d1
parent49bd505dd305b381e4fff7f6d2e18d649a446e03 (diff)
downloadcmogstored-f66d2b4739eb9439280ac29dc6e4ef45802157f5.tar.gz
They were blindly copied and s/search/replace/-ed from epoll-wrap.c
-rw-r--r--test/pwrite-wrap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/pwrite-wrap.c b/test/pwrite-wrap.c
index b1c1e73..79148fa 100644
--- a/test/pwrite-wrap.c
+++ b/test/pwrite-wrap.c
@@ -20,11 +20,6 @@ static const char * const pwrite_wrap_names[] = {
         "none", "slow", "partial", "enospc"
 };
 
-#define EMIT(s) write(STDERR_FILENO, (s), sizeof(s)-1)
-
-/* test/pwrite_wrap.rb depends on the following line */
-static const char msg[] = "pwrite fault injection\n";
-
 int __real_pwrite(int fd, void *buf, size_t count, off_t offset);
 
 int __wrap_pwrite(int fd, void *buf, size_t count, off_t offset)