summaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2020-03-20 17:33:29 +0000
committerChristos Zoulas <christos@zoulas.com>2020-03-20 17:33:29 +0000
commit608da9529439d5b57f18b28e227ac401e25be925 (patch)
tree89e79fe1fde3ef1f1d3d79b54a8fa7135a35f6ba /src/file.h
parent0c5cf45888cd99587eb6d38d4a84844184b9fd62 (diff)
downloadfile-git-608da9529439d5b57f18b28e227ac401e25be925.tar.gz
remove unused constant
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/file.h b/src/file.h
index 16cdda55..3fdf316a 100644
--- a/src/file.h
+++ b/src/file.h
@@ -27,7 +27,7 @@
*/
/*
* file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.214 2020/03/19 20:41:11 christos Exp $
+ * @(#)$File: file.h,v 1.215 2020/03/20 17:33:29 christos Exp $
*/
#ifndef __file_h__
@@ -131,8 +131,6 @@
#endif
#define FILE_BADSIZE CAST(size_t, ~0ul)
-#define MAXMAGIS 8192 /* max entries in any one magic file
- or directory */
#define MAXDESC 64 /* max len of text description/MIME type */
#define MAXMIME 80 /* max len of text MIME type */
#define MAXstring 128 /* max len of "string" types */