mercurial/mpatch.h
changeset 29749 155f0cc3f813
parent 29694 55dd12204b8e
child 34800 761355833867
--- a/mercurial/mpatch.h	Sun Aug 07 18:09:58 2016 -0700
+++ b/mercurial/mpatch.h	Sun Aug 07 10:06:56 2016 +0900
@@ -1,8 +1,6 @@
 #ifndef _HG_MPATCH_H_
 #define _HG_MPATCH_H_
 
-extern char *mpatch_errors[];
-
 #define MPATCH_ERR_NO_MEM -3
 #define MPATCH_ERR_CANNOT_BE_DECODED -2
 #define MPATCH_ERR_INVALID_PATCH -1