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:
parent
3ec08445be
commit
0b5436a74a
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user