unit: Remove two unused variables

This commit is contained in:
Marcel Holtmann 2015-07-19 18:43:48 +02:00
parent 8a9062aff3
commit 02c3645c69
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ static void wsc_test_iter_sanity_check(const void *data)
{
struct wsc_attr_iter iter;
struct wsc_wfa_ext_iter wfa_iter;
unsigned short len;
enum wsc_attr type;
wsc_attr_iter_init(&iter, wsc_attrs1, sizeof(wsc_attrs1));