Remove #if NCCD > 0 - it's guaranteed to be true by config if ccd.c is

being compiled. (NCCD is used elsewhere though :-( )
This commit is contained in:
Peter Wemm 2000-01-29 14:29:56 +00:00
parent 3ec08445be
commit 0b5436a74a
2 changed files with 0 additions and 4 deletions

View File

@ -88,7 +88,6 @@
*/
#include "ccd.h"
#if NCCD > 0
#include <sys/param.h>
#include <sys/systm.h>
@ -1723,7 +1722,6 @@ printiinfo(ii)
}
#endif
#endif /* NCCD > 0 */
/* Local Variables: */
/* c-argdecl-indent: 8 */

View File

@ -88,7 +88,6 @@
*/
#include "ccd.h"
#if NCCD > 0
#include <sys/param.h>
#include <sys/systm.h>
@ -1723,7 +1722,6 @@ printiinfo(ii)
}
#endif
#endif /* NCCD > 0 */
/* Local Variables: */
/* c-argdecl-indent: 8 */