summaryrefslogtreecommitdiffstats
path: root/vlib/vlib/unix/physmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'vlib/vlib/unix/physmem.h')
-rw-r--r--vlib/vlib/unix/physmem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vlib/vlib/unix/physmem.h b/vlib/vlib/unix/physmem.h
index a963be746d8..adbd3478edb 100644
--- a/vlib/vlib/unix/physmem.h
+++ b/vlib/vlib/unix/physmem.h
@@ -36,9 +36,6 @@
#include <sys/shm.h>
typedef struct {
- /* File descriptor for /dev/uio-dma. */
- int uio_dma_fd;
-
/* Virtual memory via mmaped. */
void * mem;