Skip to content
  • Allison Karlitskaya's avatar
    push G_THREADS_MANDATORY over the cliff · b0ab7aba
    Allison Karlitskaya authored
    This was used as an optimisation for the macro hackery that used to live
    in gthread.h.  If a particular library or program knew that it could
    rely on thread support being enabled, it would allow for static
    evaluation of conditionals in some of those macros.
    
    Since the macros are dead and thread support is now always-on, we can
    get rid of this bit of legacy.
    b0ab7aba