remove _LOG_XX
Change-Id: Iace32ffec68a8561465f49b217200c3a7590c273
diff --git a/src/ndncert-common.hpp b/src/ndncert-common.hpp
index cffef1a..c458be7 100644
--- a/src/ndncert-common.hpp
+++ b/src/ndncert-common.hpp
@@ -62,14 +62,7 @@
namespace ndncert {
using boost::noncopyable;
-using ndn::Block;
-using ndn::Data;
-using ndn::Interest;
-using ndn::make_unique;
-using ndn::Name;
-using ndn::PartialName;
-using ndn::time::system_clock;
-using ndn::time::toUnixTimestamp;
+using time::system_clock;
using std::bind;
using std::enable_shared_from_this;
using std::function;
@@ -79,11 +72,6 @@
using std::unique_ptr;
using std::weak_ptr;
-#define _LOG_INIT(name) NDN_LOG_INIT(ndncert.name)
-#define _LOG_DEBUG(x) NDN_LOG_DEBUG(__FILE__ << ":" << __LINE__ << ":" << " " << x)
-#define _LOG_TRACE(x) NDN_LOG_TRACE(__FILE__ << ":" << __LINE__ << ":" << " " << x)
-#define _LOG_ERROR(x) NDN_LOG_ERROR(x)
-
enum : uint32_t {
tlv_ca_prefix = 129,
tlv_ca_info = 131,