commit | 3a1b94c0bec60dc907de4e3a254248d7bd2ec160 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Jun 18 13:47:38 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Jun 18 13:47:38 2013 -0700 |
tree | e33acca6f473e05c7cd126dd21e0b9e7f2cf44ae | |
parent | aa917e4c85dbd1f659662d686b06bd5bee0d3d17 [diff] |
Remove unused typedef error_info_str
diff --git a/ndn-cpp/common.h b/ndn-cpp/common.h index 2acfd47..99e8fae 100644 --- a/ndn-cpp/common.h +++ b/ndn-cpp/common.h
@@ -116,9 +116,5 @@ else return BytesPtr (); } - -// Exceptions -typedef boost::error_info<struct tag_errmsg, std::string> error_info_str; - } // ndn #endif // NDN_COMMON_H