ref: 4b33b4b3875635f1c1a1aba1a2beb0e946d175c5
parent: 55b911654c59ad24258995d697f56bf1d56a96e1
author: ISSOtm <eldredhabert0@gmail.com>
date: Tue Mar 10 22:21:30 EDT 2020
Remove forward decl of nonexistent function I can only assume it was for debugging? (No, I'm not looking it up the history)
--- a/include/asm/symbol.h
+++ b/include/asm/symbol.h
@@ -1,7 +1,7 @@
/*
* This file is part of RGBDS.
*
- * Copyright (c) 1997-2018, Carsten Sorensen and RGBDS contributors.
+ * Copyright (c) 1997-2020, Carsten Sorensen and RGBDS contributors.
*
* SPDX-License-Identifier: MIT
*/
@@ -89,7 +89,6 @@
struct sSymbol *sym_AddLocalReloc(char const *tzSym);
struct sSymbol *sym_AddReloc(char const *tzSym);
void sym_Export(char const *tzSym);
-void sym_PrintSymbolTable(void);
struct sSymbol *sym_FindMacro(char const *s);
void sym_InitNewMacroArgs(void);
void sym_AddNewMacroArg(char const *s);