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

Delete all #if 0 functions #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ArcaneNibble
Copy link
Contributor

Conservatively delete all functions guarded by #if 0. It is always possible to bring them back if necessary by using version control.

Code was only deleted if it was:

  • part of ABC rather than some code that was imported
  • a complete function (rather than some inline #if 0 in the middle of a function)

mkurc-ant pushed a commit to antmicro/abc that referenced this pull request Oct 21, 2021
Add WASI platform support to bsat2 and glucose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant