From be50f2d302b491ddc0c7abcb4eaa57f8f30dcbcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Sun, 9 Apr 2017 21:25:20 +0100 Subject: [PATCH] Remove unused patch enum element MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If the next release is going to break compatibility with older object file formats it doesn't make sense to keep this. Signed-off-by: Antonio Niño Díaz --- include/link/mylink.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/link/mylink.h b/include/link/mylink.h index 30c03309..2f0a559c 100644 --- a/include/link/mylink.h +++ b/include/link/mylink.h @@ -44,11 +44,6 @@ enum eRpnData { RPN_HRAM, - /* TODO: This hasn't been removed in order not to break compatibility - * with the existing object files, but it will be removed in a future - * version. */ - RPN_unused, - RPN_RANGECHECK, RPN_CONST = 0x80,