summaryrefslogtreecommitdiff
path: root/src/command.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.hpp')
-rw-r--r--src/command.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/command.hpp b/src/command.hpp
index b99e21f..b7a14c3 100644
--- a/src/command.hpp
+++ b/src/command.hpp
@@ -44,7 +44,6 @@ namespace xs
{
stop,
plug,
- own,
attach,
bind,
activate_read,
@@ -71,11 +70,6 @@ namespace xs
struct {
} plug;
- // Sent to socket to let it know about the newly created object.
- struct {
- xs::own_t *object;
- } own;
-
// Attach the engine to the session. If engine is NULL, it informs
// session that the connection have failed.
struct {