From 105a05cbfb68e88b5b89ddcc345906d80081210f Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 3 Mar 2012 19:10:51 +0100 Subject: One more *_filesize() to remove Change-Id: I82884712a660ad91c0e5c329ca0f8488edec21c8 --- apps/plugin.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/plugin.c') 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) -- cgit v1.1