summaryrefslogtreecommitdiff
path: root/source3/torture/nbio.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/nbio.c')
-rw-r--r--source3/torture/nbio.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c
index 2d519b40ba..0d6955c879 100644
--- a/source3/torture/nbio.c
+++ b/source3/torture/nbio.c
@@ -79,16 +79,6 @@ void nbio_shmem(int n)
}
}
-static int ne_find_handle(int handle)
-{
- int i;
- children[nbio_id].line = line_count;
- for (i=0;i<MAX_FILES;i++) {
- if (ftable[i].handle == handle) return i;
- }
- return -1;
-}
-
static int find_handle(int handle)
{
int i;