[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-72-gea3173a

Stefan Metzmacher metze at samba.org
Thu Oct 18 14:53:29 GMT 2007


The branch, v3-2-test has been updated
       via  ea3173a9457f9095a70d401abfd1af8c913211a0 (commit)
      from  2972c97e5e676964585de930601f083c19080735 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit ea3173a9457f9095a70d401abfd1af8c913211a0
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Oct 18 16:52:26 2007 +0200

    remove reference to removed code
    
    see commit 9e5ad21e6793981a01f63f2de1c4d496ade0bb54
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/include/printing.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/printing.h b/source/include/printing.h
index 4cd2ea6..2efc65d 100644
--- a/source/include/printing.h
+++ b/source/include/printing.h
@@ -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)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list