-rw-r--r-- | include/opkele/types.h | 1 |
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 | |||
@@ -121,5 +121,4 @@ namespace opkele { | |||
121 | class basic_message { | 121 | class basic_message { |
122 | public: | 122 | public: |
123 | typedef list<string> fields_t; | ||
124 | typedef util::forward_iterator_proxy< | 123 | typedef util::forward_iterator_proxy< |
125 | string,const string&,const string* | 124 | string,const string&,const string* |