prepare for using TLV in probe
Change-Id: I40dbf460909a20610b4e99be4701c58f80b1bc46
diff --git a/src/protocol-detail/probe.hpp b/src/protocol-detail/probe.hpp
index 6fbca8e..41b73c8 100644
--- a/src/protocol-detail/probe.hpp
+++ b/src/protocol-detail/probe.hpp
@@ -28,17 +28,6 @@
namespace ndncert {
class PROBE {
-
-public:
- /**
- * @brief Error that can be thrown from PROBE
- */
- class Error : public std::runtime_error
- {
- public:
- using std::runtime_error::runtime_error;
- };
-
public:
static std::vector<std::string>
parseProbeComponents(const std::string& probe);
@@ -53,4 +42,4 @@
} // namespace ndncert
} // namespace ndn
-#endif // NDNCERT_PROTOCOL_DETAIL_HPP
\ No newline at end of file
+#endif // NDNCERT_PROTOCOL_DETAIL_HPP
\ No newline at end of file