mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove unused "MAX_PATH" header
The header's name was also quite misleading. Also remove an unused define in `asm/symbol.h`.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
#include "asm/lexer.h"
|
||||
|
||||
#include "types.h"
|
||||
|
||||
struct FileStackNode {
|
||||
struct FileStackNode *parent; /* Pointer to parent node, for error reporting */
|
||||
|
||||
Reference in New Issue
Block a user