Clean up Conv.cpp / Conv.h
authorMarcus Holland-Moritz <mhx@fb.com>
Thu, 23 Jun 2016 03:28:37 +0000 (20:28 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Thu, 23 Jun 2016 03:38:33 +0000 (20:38 -0700)
commit1186ac53ae1a7a169446c24c6f5d4fa1a06daa4d
tree8908a39cebc27b1b9e133645017dce5c240ecde8
parent47868e4911bee74582d605195525bafa889252d9
Clean up Conv.cpp / Conv.h

Summary:
A bit of tidying up:

- Remove unused digit1 / digit2 arrays
- Remove unused MaxString<bool>
- Move MaxString<> entirely to Conv.cpp, as it's not used in Conv.h
- Extend anonymous namespace in Conv.cpp
- Sort headers in Conv.h

Reviewed By: yfeldblum

Differential Revision: D3433767

fbshipit-source-id: 224a68f22505c0f2014ac376154d004eca1658a9
folly/Conv.cpp
folly/Conv.h