mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
remove reference to removed code
see commit9e5ad21e67
metze (This used to be commitea3173a945
)
This commit is contained in:
parent
4d910553dc
commit
789856f63f
@ -72,10 +72,6 @@ extern struct printif cups_printif;
|
||||
extern struct printif iprint_printif;
|
||||
#endif /* HAVE_IPRINT */
|
||||
|
||||
#if defined(DEVELOPER) || defined(ENABLE_BUILD_FARM_HACKS)
|
||||
extern struct printif test_printif;
|
||||
#endif /* DEVELOPER||ENABLE_BUILD_FARM_HACKS */
|
||||
|
||||
/* PRINT_MAX_JOBID is now defined in local.h */
|
||||
#define UNIX_JOB_START PRINT_MAX_JOBID
|
||||
#define NEXT_JOBID(j) ((j+1) % PRINT_MAX_JOBID > 0 ? (j+1) % PRINT_MAX_JOBID : 1)
|
||||
|
Loading…
Reference in New Issue
Block a user