diff options
author | ZyX <kp-pav@ya.ru> | 2014-05-18 00:34:16 +0400 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-06-02 11:04:18 -0300 |
commit | 6498b281fa4fdb3728944b30f18981613b621925 (patch) | |
tree | ac780af7fef9fb74d5330812760322140893861d /src/nvim/if_cscope.c | |
parent | 70929f7e1616bab2783cc5735c6061981cda8a0f (diff) | |
download | rneovim-6498b281fa4fdb3728944b30f18981613b621925.tar.gz rneovim-6498b281fa4fdb3728944b30f18981613b621925.tar.bz2 rneovim-6498b281fa4fdb3728944b30f18981613b621925.zip |
Remove remaining declarations with new script: finddeclarations.pl
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r-- | src/nvim/if_cscope.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c index bdb2659010..0b3e06070c 100644 --- a/src/nvim/if_cscope.c +++ b/src/nvim/if_cscope.c @@ -1153,8 +1153,6 @@ static void clear_csinfo(int i) } #ifndef UNIX -static char *GetWin32Error(void); - static char *GetWin32Error(void) { char *msg = NULL; @@ -1168,7 +1166,6 @@ static char *GetWin32Error(void) } return msg; } - #endif /* |