diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-14 12:48:44 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-15 08:17:41 +0100 |
commit | 20d523bfa252b184f489a9de91ad9c9a9c021e19 (patch) | |
tree | 5483ed5565ade8709ed4ea137d2e8a163a28c382 /gl/lib/selinux-at.c | |
parent | bd23509bef79b7d984f8a484e58d767adce9847f (diff) | |
download | coreutils-20d523bfa252b184f489a9de91ad9c9a9c021e19.tar.xz |
maint: remove unused include and definitions
* gl/lib/randread.c (__attribute__): Remove unused definition.
(ATTRIBUTE_UNUSED): Likewise.
* gl/lib/selinux-at.c (_): Remove unused definition.
Don't include <gettext.h>. No longer needed.
Diffstat (limited to 'gl/lib/selinux-at.c')
-rw-r--r-- | gl/lib/selinux-at.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gl/lib/selinux-at.c b/gl/lib/selinux-at.c index 0d94a0411..18e6b0f40 100644 --- a/gl/lib/selinux-at.c +++ b/gl/lib/selinux-at.c @@ -1,5 +1,5 @@ /* openat-style fd-relative functions for SE Linux - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,9 +29,6 @@ #include "dirname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */ #include "save-cwd.h" -#include "gettext.h" -#define _(msgid) gettext (msgid) - #include "openat-priv.h" #define AT_FUNC_NAME getfileconat |