1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

Got rid of an empty #ifdef/#else/#endif.

This commit is contained in:
Wayne Davison 2005-08-17 19:26:03 +00:00
parent 28d9c83764
commit 5e803c0fcf

@ -839,10 +839,6 @@ vicapslockpanic(UNUSED(char **args))
return 0;
}
#ifdef ZLE_UNICODE_SUPPORT
#else
#endif
/**/
int
visetbuffer(UNUSED(char **args))