summaryrefslogtreecommitdiff
path: root/gl/lib/selinux-at.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-14 12:48:44 +0100
committerJim Meyering <meyering@redhat.com>2009-03-15 08:17:41 +0100
commit20d523bfa252b184f489a9de91ad9c9a9c021e19 (patch)
tree5483ed5565ade8709ed4ea137d2e8a163a28c382 /gl/lib/selinux-at.c
parentbd23509bef79b7d984f8a484e58d767adce9847f (diff)
downloadcoreutils-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.c5
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