Skip to content
Snippets Groups Projects
Commit e2d71409 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Further improvements.

parent bc674b52
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,6 @@ static int get_s16(struct expression *expression,
}
#endif
#ifdef SPP_DSCP
/* Sets the value from the expression argument, checking that it is a
* valid u8, and matches the expected type. Returns STATUS_OK on
* success; on failure returns STATUS_ERR and sets error message.
......@@ -282,7 +281,6 @@ static int get_u8(struct expression *expression,
*value = expression->value.num;
return STATUS_OK;
}
#endif
#if 0
/* Sets the value from the expression argument, checking that it is a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment