diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2008-10-15 22:56:57 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2008-10-15 22:56:57 +0000 |
commit | 5a28412ad210149cd819bd20a13487f0dd850085 (patch) | |
tree | ddc5cf62a07f0661af63cf90a5924b16599204b4 /ext/fileinfo/libmagic/file.h | |
parent | 12bd1eae9f4994e8e2de767d37126fc06a50d567 (diff) | |
download | php-git-5a28412ad210149cd819bd20a13487f0dd850085.tar.gz |
Removed dead-code
Diffstat (limited to 'ext/fileinfo/libmagic/file.h')
-rw-r--r-- | ext/fileinfo/libmagic/file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fileinfo/libmagic/file.h b/ext/fileinfo/libmagic/file.h index 8ff768a5cd..4e2d1eae58 100644 --- a/ext/fileinfo/libmagic/file.h +++ b/ext/fileinfo/libmagic/file.h @@ -349,7 +349,6 @@ protected void file_oomem(struct magic_set *, size_t); protected void file_error(struct magic_set *, int, const char *, ...); protected void file_magerror(struct magic_set *, const char *, ...); protected void file_magwarn(struct magic_set *, const char *, ...); -protected void file_mdump(struct magic *); protected void file_showstr(FILE *, const char *, size_t); protected size_t file_mbswidth(const char *); protected const char *file_getbuffer(struct magic_set *); |