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

Unused (and unusable) exports #40

Open
tclune opened this issue Dec 6, 2019 · 0 comments
Open

Unused (and unusable) exports #40

tclune opened this issue Dec 6, 2019 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@tclune
Copy link
Collaborator

tclune commented Dec 6, 2019

There is a block of exports whose declarations are guarded with #ifdef ENERGETICS

In-and-of-itself this is not an issue, but there is no corresponding logic to actually provide values for these. (Guarded) logic exists to declare, allocate, and deallocate local variables, but that is all.

Q1: Is this in anticipation of providing formulae in the future?
Q2: If yes, can the corresponding MAPL specs be guarded with the #ifdef as well?
Q3: If no, can these sections be deleted?

@tclune tclune added the question Further information is requested label Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants