From 573011a99ecd6e00959d89dc5ffd5c0095c55848 Mon Sep 17 00:00:00 2001 From: karas <29292618+gy741@users.noreply.github.com> Date: Fri, 17 Aug 2018 18:49:19 +0900 Subject: [PATCH] Remove dead code Fixed: #301 Signed-off-by: GwanYeong Kim --- src/asm/fstack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/asm/fstack.c b/src/asm/fstack.c index ead50395..638644fe 100644 --- a/src/asm/fstack.c +++ b/src/asm/fstack.c @@ -185,7 +185,6 @@ int32_t fstk_GetLine(void) pLastFile = pFileStack; if (pLastFile != NULL) { - ppLastFile = &pFileStack; while (pLastFile->pNext) { ppLastFile = &(pLastFile->pNext); pLastFile = *ppLastFile;