diff options
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. /// |