diff --git a/gtests/net/packetdrill/run_system_call.c b/gtests/net/packetdrill/run_system_call.c index b84a4b3b2374e89366175af689858db2ca6c7e32..1b462e5c4c2569bcd6581fd55b4c9de375a843a0 100644 --- a/gtests/net/packetdrill/run_system_call.c +++ b/gtests/net/packetdrill/run_system_call.c @@ -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