Feldspar / feldspar-language

The goal of the Feldspar project is to define a high-level language that allows description of high-performance digital signal processing algorithms.
Other
45 stars 3 forks source link

Remove unused argument in Destination type #435

Closed pjonsson closed 4 years ago

pjonsson commented 4 years ago

The extend function used the platform to lookup the name of certain types so the Destination had to carry the platform as a parameter. Since we use regular C99 names everywhere this parameter can now be removed.