src: Delete deprecated ndn::ptr_lib, ndn::func_lib
Change-Id: I38c3ba68b701709a3a1b41cce327e030a391bb23
Refs: #2110
diff --git a/src/common.hpp b/src/common.hpp
index 4caf11b..aea3af3 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -71,16 +71,6 @@
namespace ndn {
-/** \brief the namespace contains smart pointers
- * \deprecated use std:: directly
- */
-namespace ptr_lib = std;
-
-/** \brief the namespace contains function and bind
- * \deprecated use std:: directly
- */
-namespace func_lib = std;
-
using std::shared_ptr;
using std::unique_ptr;
using std::weak_ptr;