libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / system / kernel / kernel_c++_structs.cpp
blobf31d27cc6e78c058e6b7584abe56b7b0d90f6aba
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
7 #include <computed_asm_macros.h>
9 #include <condition_variable.h>
12 // NOTE: Don't include <kernel_c++_structs.h>, since that would result in a
13 // circular dependency.
16 #define DEFINE_SIZE_MACRO(name) \
17 DEFINE_COMPUTED_ASM_MACRO(_KERNEL_CPP_STRUCT_SIZE_##name, sizeof(name));
20 void
21 dummy()
23 DEFINE_SIZE_MACRO(ConditionVariable)