diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-24 22:46:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-24 22:46:53 +0000 |
commit | 76b92b2830841fd4e05006cc3cad1d8f0bc8101b (patch) | |
tree | 16537209b06903af71cfe22119a491ba82039da2 /src/dosinst.c | |
parent | c01140a1a069caf3ced83eac7d4866048c4b723e (diff) | |
download | vim-git-76b92b2830841fd4e05006cc3cad1d8f0bc8101b.tar.gz |
updated for version 7.0bv7.0b
Diffstat (limited to 'src/dosinst.c')
-rw-r--r-- | src/dosinst.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dosinst.c b/src/dosinst.c index 1b572a075..a54d168cb 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. */ |