diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index db05894..5406610 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -93,11 +93,6 @@ static int app_ftruncate(int fd, off_t length) { return ftruncate(fd,length); } - -static off_t app_filesize(int fd) -{ - return filesize(fd); -} #endif #if defined(HAVE_PLUGIN_CHECK_OPEN_CLOSE) && (MAX_OPEN_FILES>32) |