aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/hw.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/hw.hpp')
-rw-r--r--src/vpp-api/vom/hw.hpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/vpp-api/vom/hw.hpp b/src/vpp-api/vom/hw.hpp
index 7e30b677bff..903aa78fb25 100644
--- a/src/vpp-api/vom/hw.hpp
+++ b/src/vpp-api/vom/hw.hpp
@@ -215,16 +215,6 @@ public:
virtual void enqueue(std::queue<cmd*>& c);
/**
- * dequeue a command from the Q.
- */
- virtual void dequeue(cmd* c);
-
- /**
- * dequeue a command from the Q.
- */
- virtual void dequeue(std::shared_ptr<cmd> c);
-
- /**
* Write all the commands to HW
*/
virtual rc_t write();
@@ -312,16 +302,6 @@ public:
static void enqueue(std::queue<cmd*>& c);
/**
- * dequeue A command for execution
- */
- static void dequeue(cmd* f);
-
- /**
- * dequeue A command for execution
- */
- static void dequeue(std::shared_ptr<cmd> c);
-
- /**
* Write/Execute all commands hitherto enqueued.
*/
static rc_t write();