Commit 15dd0f0c authored by Perry Randall's avatar Perry Randall Committed by Facebook GitHub Bot

Revert D22499183: refactor Enum code generation

Differential Revision:
D22499183 (https://github.com/facebook/folly/commit/24364356023d04f966a0ef6fc7536363932bdc82)

Original commit changeset: b2af8d94024c

fbshipit-source-id: a6bd56cdb4d4b73618a9374528371c5b18a0df10
parent efedce93
......@@ -3,8 +3,6 @@ cdef extern from "folly/Range.h" namespace "folly":
Range()
Range(T, int)
T data()
T begin()
T end()
int size()
ctypedef Range[const char*] StringPiece
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment