mercurial/mpatch.c
changeset 29749 155f0cc3f813
parent 29741 9a1685c70db4
child 34633 347c0f4232e1
--- a/mercurial/mpatch.c	Sun Aug 07 18:09:58 2016 -0700
+++ b/mercurial/mpatch.c	Sun Aug 07 10:06:56 2016 +0900
@@ -27,9 +27,6 @@
 #include "compat.h"
 #include "mpatch.h"
 
-char *mpatch_errors[] = {NULL, "invalid patch", "patch cannot be decoded",
-						"no memory"};
-
 static struct mpatch_flist *lalloc(ssize_t size)
 {
 	struct mpatch_flist *a = NULL;