One more *_filesize() to remove

Change-Id: I82884712a660ad91c0e5c329ca0f8488edec21c8
This commit is contained in:
Frank Gevaerts 2012-03-03 19:10:51 +01:00
parent 52724c1bed
commit 105a05cbfb

View file

@ -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)