aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri/vppcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri/vppcom.h')
-rw-r--r--src/uri/vppcom.h7
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);