Fix compilation warning
authorDaniel Sommermann <dcsommer@fb.com>
Fri, 22 Aug 2014 20:26:52 +0000 (13:26 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 9 Sep 2014 21:22:23 +0000 (14:22 -0700)
commit9a5abb71489597c37882f04a077880ab598d9cbc
treeab55a0c444b5eac50bb17026213cb9524e5a989a
parentcec3fa895b00598fc2f2c60f7591bf5969ef7fd3
Fix compilation warning

Summary:
Defining hash as a struct and a class was causing some junk to
get printed during fbmake.

Test Plan: `fbconfig -r proxygen; fbmake dbg`, ran unit tests, didn't see output

Reviewed By: njormrod@fb.com

Subscribers: doug, shilin, njormrod

FB internal diff: D1514793
folly/Hash.h