FS-10167: Linux build updated and basic tests work as expected

This commit is contained in:
Shane Bryldt
2017-08-01 17:48:34 -05:00
parent fd3348cafc
commit 077fde224b
6 changed files with 24 additions and 50 deletions

View File

@@ -406,7 +406,6 @@ void command_unsubscribe(blade_handle_t *bh, char *args)
void command_leave(blade_handle_t *bh, char *args)
{
cJSON *params = NULL;
cJSON *channels = NULL;
ks_assert(bh);
ks_assert(args);