move io/Cursor-defs.h to io/Cursor.cpp
authorAdam Simpkins <simpkins@fb.com>
Thu, 26 May 2016 22:38:13 +0000 (15:38 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Thu, 26 May 2016 22:57:18 +0000 (15:57 -0700)
commit1fa49a2e4b15c727fdb0715545c44f3aa1108193
tree7a3a456ecd614b5cd30801e662896d86d8740604
parentc59d30324f8901974800d70df3fba4d09d17ec1e
move io/Cursor-defs.h to io/Cursor.cpp

Summary:
The two function definitions in this file are both normal function definitions,
not template functions.  Therefore this should be just a normal .cpp file, and
not a -defs.h header file.

Reviewed By: igorsugak

Differential Revision: D3348439

fbshipit-source-id: 3ebe49c84493f5aab06c568d9df15a37c2c48836
folly/Makefile.am
folly/io/Cursor-defs.h [deleted file]
folly/io/Cursor.cpp [new file with mode: 0644]
folly/io/test/IOBufCursorBenchmark.cpp
folly/io/test/IOBufCursorTest.cpp