build: Remove sys_fopen wrapper
[samba.git] / source3 / lib / system.c
index f22215d2a1872435bb1845d0bf4e52a5ae8f2646..421beb53fd28dcc1249887c8d03f83ad4cd795bb 100644 (file)
@@ -584,16 +584,6 @@ int sys_fallocate(int fd, enum vfs_fallocate_mode mode, SMB_OFF_T offset, SMB_OF
 #endif
 }
 
-/*******************************************************************
- An fopen() wrapper.
-********************************************************************/
-
-FILE *sys_fopen(const char *path, const char *type)
-{
-       return fopen(path, type);
-}
-
-
 #if HAVE_KERNEL_SHARE_MODES
 #ifndef LOCK_MAND
 #define LOCK_MAND      32      /* This is a mandatory flock */