diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-03 18:43:58 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-12 13:25:28 -0300 |
commit | 505985b870b4b9d7cae07354518b28dd12ee5b6f (patch) | |
tree | c50b06d479a4d0caa505a527050ec3a42a2eb4ad /src/nvim/api/vim.c | |
parent | 41a48a3fc7d6f170d0c5ed852f1bf98ea3a89f27 (diff) | |
download | rneovim-505985b870b4b9d7cae07354518b28dd12ee5b6f.tar.gz rneovim-505985b870b4b9d7cae07354518b28dd12ee5b6f.tar.bz2 rneovim-505985b870b4b9d7cae07354518b28dd12ee5b6f.zip |
msgpack-rpc: Remove the `msgpack_rpc_unpack` function
The `msgpack_rpc_unpack` function was created to work around a deficiency in the
msgpack unpack API, which did not let the caller know if parsing failed due to
needing more data or to invalid input. The deficiency does not exist in the
latest version of `msgpack_unpacker_next`, so it can safely be removed.
Diffstat (limited to 'src/nvim/api/vim.c')
0 files changed, 0 insertions, 0 deletions