diff options
-rw-r--r-- | usr.sbin/pkg_install/lib/global.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/global.c b/usr.sbin/pkg_install/lib/global.c index aeaa96a..513cf41 100644 --- a/usr.sbin/pkg_install/lib/global.c +++ b/usr.sbin/pkg_install/lib/global.c @@ -31,5 +31,3 @@ Boolean Verbose = FALSE; Boolean Fake = FALSE; Boolean Force = FALSE; int AutoAnswer = FALSE; - - |