neovim/src
oni-link fe4920f138 Remove unnecessary assert() in os_dirname().
Compiler warns about buf always being nonnull.

buf is per function attribute always nonnull, so buf can be removed from
the assert(). But a buffer length of zero is also no problem, because it
makes uv_cwd() return a failure without writing into buf. So the
remaining length check can also be removed.
2015-03-08 13:01:16 +01:00
..
nvim Remove unnecessary assert() in os_dirname(). 2015-03-08 13:01:16 +01:00
.clang-format tools: add .clang-format 2015-01-26 21:10:14 -03:00