Revert D5455584: [Folly] Move the SpookyHash libraries into folly/hash
authorMihaela Ogrezeanu <mihaelao@fb.com>
Sat, 22 Jul 2017 10:03:41 +0000 (03:03 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 22 Jul 2017 10:09:02 +0000 (03:09 -0700)
commit5d8920df0889fc4d720ed7ac6e19dbcc231701e5
tree491f12e085ba4587042bb19bf13344b72394a83f
parentce7361be1b7b4e20db4b16aa775a46fbefc27193
Revert D5455584: [Folly] Move the SpookyHash libraries into folly/hash

Summary:
This reverts commit 616b04579eb6c822023b04840b075f3ac9fbb720

bypass-lint

Differential Revision: D5455584

fbshipit-source-id: afc712fe40121232f52a5bad781350581cec6ce8
19 files changed:
folly/Hash.h
folly/Makefile.am
folly/Range.h
folly/SpookyHashV1.cpp [new file with mode: 0644]
folly/SpookyHashV1.h [new file with mode: 0644]
folly/SpookyHashV2.cpp [new file with mode: 0644]
folly/SpookyHashV2.h [new file with mode: 0644]
folly/experimental/exception_tracer/ExceptionCounterLib.cpp
folly/hash/SpookyHashV1.cpp [deleted file]
folly/hash/SpookyHashV1.h [deleted file]
folly/hash/SpookyHashV2.cpp [deleted file]
folly/hash/SpookyHashV2.h [deleted file]
folly/hash/test/SpookyHashV1Test.cpp [deleted file]
folly/hash/test/SpookyHashV2Test.cpp [deleted file]
folly/io/IOBuf.cpp
folly/io/RecordIO-inl.h
folly/test/Makefile.am
folly/test/SpookyHashV1Test.cpp [new file with mode: 0644]
folly/test/SpookyHashV2Test.cpp [new file with mode: 0644]