moigagoo / norm

A Nim ORM for SQLite and Postgres
https://norm.nim.town
MIT License
378 stars 34 forks source link

Removed pointless variable assignments the third #157

Closed PhilippMDoerner closed 2 years ago

PhilippMDoerner commented 2 years ago

Similar as before, I missed these variable assignments which are pointless and can be easily replaced by just using "discard" or "static: discard"

PhilippMDoerner commented 2 years ago

I'll do this in one larger PR, I noticed another issue