PERFORCE change 178627 for review

Garrett Cooper gcooper at FreeBSD.org
Sat May 22 23:04:10 UTC 2010


http://p4web.freebsd.org/@@178627?ac=10

Change 178627 by gcooper at gcooper-bayonetta on 2010/05/22 23:03:54

	Get rid of AutoAnswer. It's another wonderful unused global var.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/global.c#2 edit
.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/pkg.h#11 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/global.c#2 (text+ko) ====

@@ -28,5 +28,4 @@
 Boolean	Quiet		= FALSE;
 Boolean	Fake		= FALSE;
 Boolean	Force		= FALSE;
-int AutoAnswer		= FALSE;
 int	Verbose			= 0;		/* Allow multiple levels of verbose. */

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/pkg.h#11 (text+ko) ====

@@ -230,7 +230,6 @@
 extern Boolean	Quiet;
 extern Boolean	Fake;
 extern Boolean  Force;
-extern int	AutoAnswer;
 extern int	Verbose;
 
 #endif /* _INST_LIB_LIB_H_ */


More information about the p4-projects mailing list