From e2d7140937149e802dc8d3c2d913cfe6d80de268 Mon Sep 17 00:00:00 2001
From: Michael Tuexen <tuexen@fh-muenster.de>
Date: Sat, 3 Oct 2015 14:44:19 +0200
Subject: [PATCH] Further improvements.

---
 gtests/net/packetdrill/run_system_call.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gtests/net/packetdrill/run_system_call.c b/gtests/net/packetdrill/run_system_call.c
index b84a4b3b..1b462e5c 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
-- 
GitLab