summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-14 12:50:28 +0000
committerJim Meyering <jim@meyering.net>1997-10-14 12:50:28 +0000
commit42a2bc284610268916cd8040e17a7a1d9f7c8d81 (patch)
treeae1ae5eb5400c7b16496d60768c7802d52b964c2 /src/od.c
parentb2ff7dd7c50906c3cb2fce16221a9b240dbf87de (diff)
downloadcoreutils-42a2bc284610268916cd8040e17a7a1d9f7c8d81.tar.xz
(STREQ): Remove definition.
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/od.c b/src/od.c
index 7e3e4ec1e..c7d5d4cb0 100644
--- a/src/od.c
+++ b/src/od.c
@@ -64,8 +64,6 @@ typedef double LONG_DOUBLE;
# define BITSPERBYTE 8
#endif
-#define STREQ(a,b) (strcmp((a), (b)) == 0)
-
#ifndef MAX
# define MAX(a, b) ((a) > (b) ? (a) : (b))
#endif