Remove a bit of debug code in folly::Range
authorJordan DeLong <jdelong@fb.com>
Sun, 20 Jan 2013 20:18:07 +0000 (12:18 -0800)
committerJordan DeLong <jdelong@fb.com>
Mon, 4 Feb 2013 17:26:01 +0000 (09:26 -0800)
commitd50ff184408886023433ace2f9d735277e350773
treef18a9aaf7451f2eb6d71000fe210c4d87d3920c3
parenta60c864687bcc6cc9da782c4cb277e3002207a53
Remove a bit of debug code in folly::Range

Summary:
Seems like we can drop this, as the case that motivated
adding it wouldn't have been caught by it.

Test Plan: Compiled folly/test.

Reviewed By: tudorb@fb.com

FB internal diff: D684200
folly/Range.h