From 6205eb01f28a9ff5e7872233474107ab3620f8f1 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 25 May 2020 14:03:48 +0900 Subject: [PATCH] remove duplicated g_wordsize --- system/hexed/src/hexed.c | 1 - 1 file changed, 1 deletion(-) diff --git a/system/hexed/src/hexed.c b/system/hexed/src/hexed.c index 62ea9c6b7..646faea24 100644 --- a/system/hexed/src/hexed.c +++ b/system/hexed/src/hexed.c @@ -52,7 +52,6 @@ ****************************************************************************/ FAR struct bfile_s *g_hexfile = NULL; -int g_wordsize; /**************************************************************************** * Private Data