Revert D6050464: [Folly] Move folly/Hash.h to folly/hash/
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 19 Oct 2017 09:30:31 +0000 (02:30 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 19 Oct 2017 09:38:19 +0000 (02:38 -0700)
commitdce47b8a0cc0e90f93844e66651d68340ed2f940
tree80512699117b197610f16fc48c68ac0b689fbc23
parentebded22a9dae565f3dc6aa4bf7593f52ec189cd0
Revert D6050464: [Folly] Move folly/Hash.h to folly/hash/

Summary:
This reverts commit 64eb65aac8e3e7cd0126e65ca3998bfe167e2d73

bypass-lint

Differential Revision: D6050464

fbshipit-source-id: 1ed63f30837dc11ae57b316f1f7cb233a210894a
32 files changed:
folly/AtomicHashArray.h
folly/AtomicHashMap.h
folly/FBString.h
folly/FixedString.h
folly/Hash.h
folly/IPAddressV4.h
folly/IPAddressV6.h
folly/Makefile.am
folly/Singleton.h
folly/SocketAddress.cpp
folly/Uri-inl.h
folly/concurrency/CacheLocality.h
folly/concurrency/test/ConcurrentHashMapTest.cpp
folly/detail/Futex.cpp
folly/detail/MemoryIdler.h
folly/dynamic.cpp
folly/experimental/FunctionScheduler.h
folly/experimental/StringKeyedUnorderedMap.h
folly/experimental/StringKeyedUnorderedSet.h
folly/experimental/symbolizer/ElfCache.h
folly/experimental/test/StringKeyedTest.cpp
folly/hash/Hash.h [deleted file]
folly/hash/test/ChecksumTest.cpp
folly/hash/test/HashBenchmark.cpp [deleted file]
folly/hash/test/HashTest.cpp [deleted file]
folly/io/test/CompressionTest.cpp
folly/test/AtomicHashArrayTest.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/HashBenchmark.cpp [new file with mode: 0644]
folly/test/HashTest.cpp [new file with mode: 0644]
folly/test/Makefile.am
folly/test/ThreadCachedIntTest.cpp