diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-05 20:18:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-05 20:18:14 +0200 |
commit | b4a88a0441a65a0c9411c294825a08ca703f541e (patch) | |
tree | 9178d0d7c9e9aefa6962bf85089923c29c096fd4 /src/sound.c | |
parent | 6f33b893c6c5f4881ca60e12cb81a3ec31eae7ab (diff) | |
download | vim-git-b4a88a0441a65a0c9411c294825a08ca703f541e.tar.gz |
patch 8.1.1818: unused variablev8.1.1818
Problem: Unused variable.
Solution: Remove the variable. (Mike Williams)
Diffstat (limited to 'src/sound.c')
-rw-r--r-- | src/sound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound.c b/src/sound.c index c104b0d9a..92618a9f3 100644 --- a/src/sound.c +++ b/src/sound.c @@ -228,7 +228,6 @@ sound_wndproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) { typval_T argv[3]; typval_T rettv; - int dummy; char buf[32]; vim_snprintf(buf, sizeof(buf), "close sound%06ld", |