Browse Source

dialplan: remove unused variables

Ovidiu Sas 11 years ago
parent
commit
a49feca3cb
1 changed files with 0 additions and 3 deletions
  1. 0 3
      modules/dialplan/dialplan.c

+ 0 - 3
modules/dialplan/dialplan.c

@@ -668,10 +668,7 @@ static void dialplan_rpc_dump(rpc_t* rpc, void* ctx)
 	dpl_id_p idp;
 	dpl_id_p idp;
 	dpl_index_p indexp;
 	dpl_index_p indexp;
 	dpl_node_p rulep;
 	dpl_node_p rulep;
-	str input;
 	int dpid;
 	int dpid;
-	str attrs  = {"", 0};
-	str output = {0, 0};
 	void* th;
 	void* th;
 	void* ih;
 	void* ih;
 	void* sh;
 	void* sh;