Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove last occurences of the dead struct array
Baptiste Daroussin committed 14 years ago
commit 21882ab7a21eb17f0d23d2d2459fdb3c6e787322
parent 3684d2da68372aaa3e4fa6b197ba7b15a6e49368
1 file changed +0 -8
modified libpkg/pkg_util.h
@@ -5,14 +5,6 @@
#include <sys/sbuf.h>
#include <sys/param.h>

-
#define ARRAY_INIT {0, 0, NULL}
-

-
struct array {
-
	size_t cap;
-
	size_t len;
-
	void **data;
-
};
-

#define STARTS_WITH(string, needle) (strncasecmp(string, needle, strlen(needle)) == 0)

#define ERROR_SQLITE(db) \