Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove dead code
Baptiste Daroussin committed 12 years ago
commit b4f596fd1df9cda0f33e310e4c4e2aa5b5908279
parent 2b59feca20cd58366dd68e46fb2b4eaf59f81aaa
1 file changed +0 -6
modified libpkg/pkg_manifest.c
@@ -122,12 +122,6 @@ struct pkg_manifest_key {
	UT_hash_handle hh;
};

-
struct dparser {
-
	yaml_event_type_t type;
-
	int (*parse_data)(struct pkg *, struct pkg_manifest_parser *, int);
-
	UT_hash_handle hh;
-
};
-

int
pkg_manifest_keys_new(struct pkg_manifest_key **key)
{