Removed G_GNUC_UNUSED.

This commit is contained in:
Martin Baulig
1998-10-06 09:04:27 +00:00
parent 0659b93dff
commit cf0e724f7d
18 changed files with 31 additions and 31 deletions

View File

@@ -103,7 +103,7 @@ adjust_blocks (blocks, fromsize, tosize)
static int
get_fs_usage (path, disk, fsp)
const char *path;
const char G_GNUC_UNUSED *disk;
const char *disk;
struct fs_usage *fsp;
{
#ifdef STAT_STATFS3_OSF1