Add new CRC-32C checksum functions to folly
[folly.git] / folly / dynamic.h
index 882cd6b534af1465fe1e47756ff6f6771975e6e3..47740627c711b7fbbbea4137f7d2a77949a7e735 100644 (file)
@@ -467,7 +467,6 @@ public:
 private:
   friend struct TypeError;
   struct ObjectImpl;
-  struct ObjectMaker;
   template<class T> struct TypeInfo;
   template<class T> struct CompareOp;
   template<class T> struct GetAddrImpl;