Remove the strings.h portability header
authorChristopher Dykes <cdykes@fb.com>
Fri, 15 Apr 2016 17:57:01 +0000 (10:57 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Fri, 15 Apr 2016 18:05:23 +0000 (11:05 -0700)
commit8d5c32ba92f8d4902b15bc5ba340a420a212ce73
tree2cada0eec8ef2ee69af9e0f59a0e5835639865c3
parent015f5dc525643e73a517cf22046ded72c5b6224d
Remove the strings.h portability header

Summary:Although, according to the manpage, these functions are defined in `strings.h`, but they are also defined in `string.h`. We never actually use these functions via `strings.h`, and instead only ever reference them via `string.h`.
To keep things sane, lets just move the functions into `string.h` and kill `strings.h`.

Reviewed By: yfeldblum

Differential Revision: D3181596

fb-gh-sync-id: 8a474df510ddafc4c595b08b809a7c33e3256177
fbshipit-source-id: 8a474df510ddafc4c595b08b809a7c33e3256177
folly/Makefile.am
folly/portability/String.cpp
folly/portability/String.h
folly/portability/Strings.cpp [deleted file]
folly/portability/Strings.h [deleted file]