microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Remove unused definition of to_integer #986

Closed dcrc2 closed 2 years ago

dcrc2 commented 2 years ago

The function to_integer is defined in knossos.h, but there is no such function in the prelude. It also doesn't have the correct mangling, even if an edef was added to the prelude. So we should either fix it or remove it: this PR would remove it.