diff options
author | Alon Levy <alevy@redhat.com> | 2010-08-23 14:57:02 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2010-08-23 18:53:56 +0300 |
commit | a6c1ab59cac9f02b6f3263e07d3db82bdc6e7536 (patch) | |
tree | 25ce8507a2fd15b29b5a6a86a05b9712d2c8f94a /vdservice | |
parent | 1724de8a4312fcdb59f57e2e8738c624ce902a66 (diff) |
vdservice: remove dead defines in vdi_port.h
Diffstat (limited to 'vdservice')
-rw-r--r-- | vdservice/vdi_port.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vdservice/vdi_port.h b/vdservice/vdi_port.h index 08cfee1..a10b346 100644 --- a/vdservice/vdi_port.h +++ b/vdservice/vdi_port.h @@ -23,10 +23,6 @@ #define BUF_SIZE (1024 * 1024) -#define BUF_READ (1 << 0) -#define BUF_WRITE (1 << 1) -#define BUF_ALL (BUF_READ | BUF_WRITE) - #define VDI_PORT_BLOCKED 0 #define VDI_PORT_RESET -1 #define VDI_PORT_ERROR -2 |