From 2c2545d45af9c7479bf032fff1263e102926a495 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Fri, 30 Jan 2009 13:53:33 -0800 Subject: s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings --- lib/tdb/pytdb.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/tdb') diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c index 60aae9fd86..159bc4dce5 100644 --- a/lib/tdb/pytdb.c +++ b/lib/tdb/pytdb.c @@ -32,10 +32,6 @@ #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None #endif -#ifdef HAVE_FSTAT -#undef HAVE_FSTAT -#endif - /* Include tdb headers */ #include -- cgit