diff options
author | Igor Melichev <igor.melichev@artifex.com> | 2003-10-21 07:50:14 +0000 |
---|---|---|
committer | Igor Melichev <igor.melichev@artifex.com> | 2003-10-21 07:50:14 +0000 |
commit | 4e63cd69d56426491f1234de26ae6a5d63a31b0c (patch) | |
tree | 457b0d6f7e95ae9c3b33cd4f8e655db3c68cde80 /gs/src/iscan.c | |
parent | a160e6b7a5c356ee9771d99638c282272f4d91da (diff) |
Fix : Some Cygwin/gcc compiler warnings.
EXPECTED DIFFERENCES :
None.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@4291 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/iscan.c')
-rw-r--r-- | gs/src/iscan.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gs/src/iscan.c b/gs/src/iscan.c index c1fb5c0b7..6cf50838d 100644 --- a/gs/src/iscan.c +++ b/gs/src/iscan.c @@ -47,15 +47,6 @@ #define recognize_btokens()\ (ref_binary_object_format.value.intval != 0 && level2_enabled) -#ifdef DEBUG -/* Dummy comment processing procedure for testing. */ -private int -no_comment_proc(const byte * str, uint len) -{ - return 0; -} -#endif - /* Procedure for handling DSC comments if desired. */ /* Set at initialization if a DSC handling module is included. */ int (*scan_dsc_proc) (const byte *, uint) = NULL; |