diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-10-18 21:15:48 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-10-19 04:35:37 +0000 |
commit | 9c4b5b28b1c1df0c100b377a2f5bfc07bd9a0b2e (patch) | |
tree | 21cfcca7bf3ab134b9b6b5933431c9df3c266fbd /src/uri/vppcom.h | |
parent | 17142b2030d89eb89439046699846cd7f08e0b1e (diff) |
VCL-LDPRELOAD: fix iperf3 socket_test.sh
Change-Id: Ib6b52917af717d3341429163fb9ecc903cf717fb
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/uri/vppcom.h')
-rw-r--r-- | src/uri/vppcom.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/uri/vppcom.h b/src/uri/vppcom.h index 0b2a2dc447a..dd72986ec53 100644 --- a/src/uri/vppcom.h +++ b/src/uri/vppcom.h @@ -127,13 +127,6 @@ vppcom_retval_str (int retval) return st; } -static inline int -is_vcom_fd (int fd) -{ -#define VPPCOM_FD_OFFSET (1 << 30) - return (fd >= VPPCOM_FD_OFFSET); -} - /* TBD: make these constructor/destructor function */ extern int vppcom_app_create (char *app_name); extern void vppcom_app_destroy (void); |