]> git.wh0rd.org Git - nano.git/commitdiff
Get rid of unneeded skip var
authorChris Allegretta <chrisa@asty.org>
Fri, 22 Feb 2002 03:29:43 +0000 (03:29 +0000)
committerChris Allegretta <chrisa@asty.org>
Fri, 22 Feb 2002 03:29:43 +0000 (03:29 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1080 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

rcfile.c

index 3fa012d872f8be29f14e98930e590f82da47f187..f1fee956d58e925d1d16378c414d00469cf564b7 100644 (file)
--- 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)