summaryrefslogtreecommitdiffstats
path: root/src/dosinst.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-24 22:46:53 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-24 22:46:53 +0000
commit76b92b2830841fd4e05006cc3cad1d8f0bc8101b (patch)
tree16537209b06903af71cfe22119a491ba82039da2 /src/dosinst.c
parentc01140a1a069caf3ced83eac7d4866048c4b723e (diff)
updated for version 7.0bv7.0b
Diffstat (limited to 'src/dosinst.c')
-rw-r--r--src/dosinst.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dosinst.c b/src/dosinst.c
index 1b572a0750..a54d168cbd 100644
--- a/src/dosinst.c
+++ b/src/dosinst.c
@@ -1132,7 +1132,6 @@ install_vimrc(int idx)
{
FILE *fd, *tfd;
char *fname;
- char *p;
/* If an old vimrc file exists, overwrite it.
* Otherwise create a new one. */