From c5471e323bc3c32f79812b8fb2e04699278cc1fd Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 8 Oct 2001 17:09:08 +0000 Subject: [PATCH] OOPS, delete some commented out debugging code committed along with r.1.25. MFC after: 2 weeks --- usr.sbin/pkg_install/create/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c index a9c502da35a2..569d4f5d825d 100644 --- a/usr.sbin/pkg_install/create/main.c +++ b/usr.sbin/pkg_install/create/main.c @@ -49,7 +49,6 @@ main(int argc, char **argv) int ch; char **pkgs, **start, *tmp; - /*{int barrier = 1; while (barrier); }*/ pkgs = start = argv; while ((ch = getopt(argc, argv, Options)) != -1) switch(ch) {