Commit a6c9e0b367c4882ab0f8e78bd0ad4ab2904ac377

Patrick Steinhardt 2020-06-08T12:40:47

tree-wide: mark local functions as static We've accumulated quite some functions which are never used outside of their respective code unit, but which are lacking the `static` keyword. Add it to reduce their linkage scope and allow the compiler to optimize better.