Remove a couple of MSVC portability defines
authorChristopher Dykes <cdykes@fb.com>
Sat, 4 Jun 2016 00:42:35 +0000 (17:42 -0700)
committerFacebook Github Bot 4 <facebook-github-bot-4-bot@fb.com>
Sat, 4 Jun 2016 00:53:50 +0000 (17:53 -0700)
commit65b5c3d26e0b15814cfa0358c46f5335586bc48a
tree7099205f45a93611ed6f6b768b8bea51fdd6d1ea
parent9c0a6e4ed02ffc39ee393fbfff73dec76fcb5daa
Remove a couple of MSVC portability defines

Summary: The first is both wrong (due to the difference in semantics) and unneeded, as MSVC 2015 supports `snprintf` natively and with the correct semantics. The second is simply never used.

Reviewed By: yfeldblum

Differential Revision: D3387551

fbshipit-source-id: ea666a60ce859a59ad3d3ff961b4d7d642fd86eb
folly/Portability.h