aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/sort.h
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-06-08 19:21:49 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-06-08 19:21:49 +0000
commit89b7a5879e6e19ff52e9e1c7940072de7174ccfd (patch)
tree93c3c662ca22cf76bb0680c32328f9f43bab464e /usr.bin/sort/sort.h
parent7ac1b61aacd5dbad29daa1be36a02c4340d7fb31 (diff)
Notes
Diffstat (limited to 'usr.bin/sort/sort.h')
-rw-r--r--usr.bin/sort/sort.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/sort/sort.h b/usr.bin/sort/sort.h
index 0a90637bd4f72..525b62513e54d 100644
--- a/usr.bin/sort/sort.h
+++ b/usr.bin/sort/sort.h
@@ -41,8 +41,6 @@
#define VERSION "2.3-FreeBSD"
-#define UNUSED_ARG(A) do { (void)(A); } while(0)
-
#ifdef WITHOUT_NLS
#define getstr(n) nlsstr[n]
#else