]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Remove static mutex initialization
authorValeri Ochinski <v19930312@gmail.com>
Sun, 17 Dec 2023 15:44:31 +0000 (18:44 +0300)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 28 Jan 2024 15:10:29 +0000 (16:10 +0100)
commit7be3b1b47c5935871ecadb5c934bf6adfd0834ff
tree9aa5f0cfd8264d72f7bcaf447f9a74d37f6d36be
parent7a6df64fcce2ace3d79eeba3d9b983738217e878
codegen: Remove static mutex initialization

Mutex.init documentation points out that "It is not necessary to initialize
a mutex that has been statically allocated."
codegen/valagobjectmodule.vala
tests/objects/singleton.c-expected