Don't forward declare ObjectMaker twice in dynamic
authorAlex Malyshev <alexanderm@fb.com>
Wed, 11 Dec 2013 22:29:33 +0000 (14:29 -0800)
committerJordan DeLong <jdelong@fb.com>
Fri, 20 Dec 2013 21:06:08 +0000 (13:06 -0800)
Summary: Makes clang nervous

@override-unit-failures

Test Plan: fbconfig -r folly && fbmake dbg succeeds

Reviewed By: delong.j@fb.com

FB internal diff: D1094209

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;