shithub: rgbds

Download patch

ref: be50f2d302b491ddc0c7abcb4eaa57f8f30dcbcd
parent: fa767f32285abf9d7c840514e64ff99adaaab178
author: Antonio Niño Díaz <[email protected]>
date: Sun Apr 9 17:25:20 EDT 2017

Remove unused patch enum element

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 <[email protected]>

--- a/include/link/mylink.h
+++ b/include/link/mylink.h
@@ -44,11 +44,6 @@
 
 	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,