Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Comment some unused variables
Baptiste Daroussin committed 14 years ago
commit 9cb30a1a08a116720521388ef81f281ff5595e47
parent 81f5727
1 file changed +2 -2
modified libpkg/pkg_manifest.c
@@ -643,8 +643,8 @@ pkg_emit_manifest(struct pkg *pkg, char **dest)
	int depkv;
	int files = -1;
	int dirs = -1;
-
	int users = -1;
-
	int groups = -1;
+
/*	int users = -1;
+
	int groups = -1;*/
	int options = -1;
	int scripts = -1;
	const char *script_types = NULL;