removed superfluous declarations from header files
authorBob Haarman <robbert@fb.com>
Mon, 5 Aug 2013 23:06:50 +0000 (16:06 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 28 Aug 2013 21:30:11 +0000 (14:30 -0700)
commitc8cbdd5fc46433e75cde2076b1db9a2e2bf003d2
tree7a94a73a1d7ad34cf8a525e953debbd3430d7905
parentca7e6f1b2c1b52330b66ceaa2ddb1f97c4bd61cb
removed superfluous declarations from header files

Summary:
Clang doesn't like the same member of a class being defined more than once,
or default argument values being defined more than once. This diff removes some
instances.

@override-unit-failures

Test Plan: Compiled the code with Clang and GCC

Reviewed By: andrewjcg@fb.com

FB internal diff: D913226
folly/Range.h
folly/dynamic.h