Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dead python code #101

Merged
merged 1 commit into from
Nov 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/Specific/GF25519Reflective/Reified/rebuild-reified.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
:= Expr%(uopkind)s_correct_and_bounded
r%(lname)sW %(lname)s r%(lname)sZ_sig r%(lname)sW_correct_and_bounded_gen
_ _.
""" % locals()
elif name == 'Freeze':
extra = r"""Local Obligation Tactic := intros; vm_compute; constructor.
Axiom proof_admitted : False.
(** XXX TODO: Fix bounds analysis on freeze *)
Definition r%(lname)sW_correct_and_bounded
:= Expr%(uopkind)s_correct_and_bounded
r%(lname)sW %(lname)s r%(lname)sZ_sig r%(lname)sW_correct_and_bounded_gen
match proof_admitted with end match proof_admitted with end.
""" % locals()
with open(name.replace('_', '') + '.v', 'w') as f:
f.write(r"""Require Import Crypto.Specific.GF25519Reflective.Common%(uopkind)s.
Expand Down