* config/tc-aarch64.c (set_error_kind): Delete.
(set_error_message): Delete.
+2015-04-02 Ed Maste <emaste@freebsd.org>
+
+ * config/tc-aarch64.c (set_error_kind): Delete.
+ (set_error_message): Delete.
+
2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
return inst.parsing_error.error;
}
-static inline void
-set_error_message (const char *error)
-{
- inst.parsing_error.error = error;
-}
-
static inline enum aarch64_operand_error_kind
get_error_kind (void)
{
return inst.parsing_error.kind;
}
-static inline void
-set_error_kind (enum aarch64_operand_error_kind kind)
-{
- inst.parsing_error.kind = kind;
-}
-
static inline void
set_error (enum aarch64_operand_error_kind kind, const char *error)
{