summaryrefslogtreecommitdiffabout
path: root/include
authorMichael Krelin <hacker@klever.net>2008-03-03 17:06:17 (UTC)
committer Michael Krelin <hacker@klever.net>2008-03-03 17:06:17 (UTC)
commit374985b5317d559b561d7f557034661e314f5605 (patch) (side-by-side diff)
treea29c5c415cb046330d8e046c0ad9b7b94bc76593 /include
parentc28479399ef0fedeb6bf14ec665bb4c427654356 (diff)
downloadlibopkele-374985b5317d559b561d7f557034661e314f5605.zip
libopkele-374985b5317d559b561d7f557034661e314f5605.tar.gz
libopkele-374985b5317d559b561d7f557034661e314f5605.tar.bz2
removed basic_message::fields_t typedef
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'include') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/opkele/types.h b/include/opkele/types.h
index 64f165c..bf50e2b 100644
--- a/include/opkele/types.h
+++ b/include/opkele/types.h
@@ -120,7 +120,6 @@ namespace opkele {
class basic_message {
public:
- typedef list<string> fields_t;
typedef util::forward_iterator_proxy<
string,const string&,const string*
> fields_iterator;