]> git.lttng.org Git - userspace-rcu.git/commit
compiler.h: Remove caa_unqual_scalar_typeof
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Jan 2025 16:08:23 +0000 (11:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Jan 2025 16:08:23 +0000 (11:08 -0500)
commitbfee76a88bcadc6fd7007580aa49f27a8cacf622
tree014166fe0bc8629eb40a45b8e54a59b5c8fb947c
parent13bb3d9e63d850ee9080f707e931b115e3eb65e0
compiler.h: Remove caa_unqual_scalar_typeof

commit dd8987a4052e ("Revert "compiler.h: Introduce caa_unqual_scalar_typeof"")
removed caa_unqual_scalar_typeof because it uses _Generic, which
requires C11, but liburcu supports C99.

caa_unqual_scalar_typeof was re-introduced by commit d18544842bdf
("Add CMM memory model"), even though it is unused within liburcu.

Remove it again.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I7713504433d142aee1bb1a39492843cd73b37fc2
include/urcu/compiler.h
This page took 0.028687 seconds and 4 git commands to generate.