Redundant functionality
We should review C functions in the repo and remove those that are not used in ICON. For example util_compiler_release
is not used anywhere (it is mentioned here but the declared interface is used in a function that is never called).