Skip to content
  • Thomas Haller's avatar
    all: don't use "static inline" in source files · d25ed082
    Thomas Haller authored
    For static functions inside a module, the compiler determines on its own
    whether to inline the function.
    
    Also, "inline" was used at some places that don't immediatly look like
    candidates for inlining. It was most likely a copy&paste error.
    d25ed082