summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:04:21 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:04:21 +0900
commite4f9075273c2785f4d2a4416b92cefa9e9cc9bbc (patch)
tree998329598663b547cae90100c4723cbef7275087
parent87d96df901f1e43f6ed096f72b66350236cb5fff (diff)
Redundant definition of blob_t removed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-rw-r--r--src/xpub.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xpub.hpp b/src/xpub.hpp
index 840eaba..92f97a1 100644
--- a/src/xpub.hpp
+++ b/src/xpub.hpp
@@ -29,6 +29,7 @@
#include "mtrie.hpp"
#include "array.hpp"
#include "dist.hpp"
+#include "blob.hpp"
namespace xs
{
@@ -77,7 +78,6 @@ namespace xs
// List of pending (un)subscriptions, ie. those that were already
// applied to the trie, but not yet received by the user.
- typedef std::basic_string <unsigned char> blob_t;
typedef std::deque <blob_t> pending_t;
pending_t pending;