summaryrefslogtreecommitdiff
path: root/src/own.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-04-21 19:36:35 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-04-30 06:44:58 +0200
commitdce17292e1f62ca692aa36ed3eaf5bfb09e7ab69 (patch)
treeddce23a15d353099e1b20ea329cede198dfa2af2 /src/own.hpp
parent2be5bb0cd8c33505e404467102c41151dabcbcd7 (diff)
'own' command replaced by synchronous call
The commands was a vestige of the removed 'durable sockets' feature Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/own.hpp')
-rw-r--r--src/own.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/own.hpp b/src/own.hpp
index 2d47a39..5c0e438 100644
--- a/src/own.hpp
+++ b/src/own.hpp
@@ -68,7 +68,6 @@ namespace xs
protected:
// Handlers for incoming commands.
- void process_own (own_t *object_);
void process_term_req (own_t *object_);
void process_term_ack ();
void process_seqnum ();