summaryrefslogtreecommitdiff
path: root/source3/lib/talloctort.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/talloctort.c')
-rw-r--r--source3/lib/talloctort.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/lib/talloctort.c b/source3/lib/talloctort.c
index 0447749abd..6504203a7a 100644
--- a/source3/lib/talloctort.c
+++ b/source3/lib/talloctort.c
@@ -40,13 +40,6 @@ typedef enum {False=0,True=1} BOOL;
/* Samba3 does not define the timeval functions below */
#if !defined(_SAMBA_BUILD_) || ((SAMBA_VERSION_MAJOR==3)&&(SAMBA_VERSION_MINOR<9))
-static struct timeval timeval_current(void)
-{
- struct timeval tv;
- gettimeofday(&tv, NULL);
- return tv;
-}
-
static double timeval_elapsed(struct timeval *tv)
{
struct timeval tv2 = timeval_current();