commit 3a6d70dfb68d63d13a993a45c2204bce77c65676
parent 2ce9205823c93ef3bd7728441f33c717b2bd13e0
Author: Chris Allegretta <chrisa@asty.org>
Date: Fri, 22 Feb 2002 03:29:43 +0000
Get rid of unneeded skip var
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1080 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/rcfile.c b/rcfile.c
@@ -432,7 +432,6 @@ void do_rcfile(void)
{
char *unable = _("Unable to open ~/.nanorc file, %s");
struct stat fileinfo;
- int skip=0;
FILE *rcstream;
if (getenv("HOME") == NULL)