Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove last occurences of the dead struct array
Baptiste Daroussin committed 14 years ago
commit 21882ab7a21eb17f0d23d2d2459fdb3c6e787322
parent 3684d2d
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) \