Commit 3a6d70df authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Get rid of unneeded skip var

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1080 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 2ce92058
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment