Skip to content

Commit

Permalink
0x0ece/features: revert deadness
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpsiegel committed May 30, 2024
1 parent 995b49d commit bf12016
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/flamenco/features/gen_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,6 @@ def pubkey_to_c_array(pubkey):
if x.get("hardcoded") == 1:
print(f",\n .hardcoded = 1", file=body, end="")
print(" },\n", file=body)
# if "old" in x:
# print(
# f''' {{ .index = offsetof(fd_features_t, {x["name"]})>>3,
# .id = {{{pubkey_to_c_array(x["old"])}}},
# /* {x["old"]} */
# .name = "{x["name"]}"''',
# file=body,
# end="",
# )
# if x.get("hardcoded") == 1:
# print(f",\n .hardcoded = 1", file=body, end="")
# print(" },\n", file=body)

print(
f""" {{ .index = ULONG_MAX }}
}};
Expand Down

0 comments on commit bf12016

Please sign in to comment.