diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2012-03-03 19:10:51 +0100 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2012-03-03 19:10:51 +0100 |
| commit | 105a05cbfb68e88b5b89ddcc345906d80081210f (patch) | |
| tree | f4d0ab18d861f6dbd067aff06ca440a40db59fdc /apps/plugin.c | |
| parent | 52724c1beddd14cb274ed983a8f1b997f5c7befe (diff) | |
| download | rockbox-105a05cbfb68e88b5b89ddcc345906d80081210f.zip rockbox-105a05cbfb68e88b5b89ddcc345906d80081210f.tar.gz rockbox-105a05cbfb68e88b5b89ddcc345906d80081210f.tar.bz2 rockbox-105a05cbfb68e88b5b89ddcc345906d80081210f.tar.xz | |
One more *_filesize() to remove
Change-Id: I82884712a660ad91c0e5c329ca0f8488edec21c8
Diffstat (limited to '')
| -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) |