diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-23 15:49:48 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-23 16:06:59 -0300 |
commit | 9815688fbdeb7bc1f1a28b9d827b31eea4fe8cfb (patch) | |
tree | 012ef17ffa54f65a175ab994e39d6e31e914a29b /src/nvim/os/msgpack_rpc.h | |
parent | 1156360fe724fd3242186ededd8b3d4a42c990cd (diff) | |
download | rneovim-9815688fbdeb7bc1f1a28b9d827b31eea4fe8cfb.tar.gz rneovim-9815688fbdeb7bc1f1a28b9d827b31eea4fe8cfb.tar.bz2 rneovim-9815688fbdeb7bc1f1a28b9d827b31eea4fe8cfb.zip |
API: Refactor: Use macro for initializing all arrays
Diffstat (limited to 'src/nvim/os/msgpack_rpc.h')
-rw-r--r-- | src/nvim/os/msgpack_rpc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/os/msgpack_rpc.h b/src/nvim/os/msgpack_rpc.h index 80c5a6914f..a6a909ac1f 100644 --- a/src/nvim/os/msgpack_rpc.h +++ b/src/nvim/os/msgpack_rpc.h @@ -8,8 +8,6 @@ #include "nvim/api/private/defs.h" -#define ARRAY_DICT_INIT {.size = 0, .items = NULL} - /// Validates the basic structure of the msgpack-rpc call and fills `res` /// with the basic response structure. /// |