mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove dead code
Fixed: #301 Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
This commit is contained in:
@@ -185,7 +185,6 @@ int32_t fstk_GetLine(void)
|
||||
pLastFile = pFileStack;
|
||||
|
||||
if (pLastFile != NULL) {
|
||||
ppLastFile = &pFileStack;
|
||||
while (pLastFile->pNext) {
|
||||
ppLastFile = &(pLastFile->pNext);
|
||||
pLastFile = *ppLastFile;
|
||||
|
||||
Reference in New Issue
Block a user