Skip to content

Commit f419163

Browse files
committed
🚨 Unused function
1 parent a1355f7 commit f419163

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

examples/source/custom_attribute_guaranteed_order.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ inline static int thread_main(void* arg) {
6565
return *p_accumulator * 5;
6666
}
6767

68-
inline static int thread_attr_passthrough(const ztdc_thrd_attr_kind* kind, int err, void* userdata) {
69-
(void)kind;
70-
(void)userdata;
71-
return err;
72-
}
73-
7468
int main(void) {
7569
thrd_t t0 = { 0 };
7670

0 commit comments

Comments
 (0)