diff --git a/runtime/src/kaapi_ompt.c b/runtime/src/kaapi_ompt.c
index f04e99fec73c675a0715f11174ff31e2f8ca6f1a..2f2d7cd5cfe4a15df4278a34199e20eab0eacda0 100644
--- a/runtime/src/kaapi_ompt.c
+++ b/runtime/src/kaapi_ompt.c
@@ -881,22 +881,6 @@ on_ompt_event_thread_schedinfo(
 #endif
 }
 
-static void
-on_ompt_event_thread_schedinfo(
-  ompt_thread_id_t thread_id,
-  uint64_t state,
-  uint32_t cpu,
-  uint32_t node
-)
-{
-#if LOG
-  printf("%" PRIu64 ": ompt_event_thread_schedinfo: state id=%" PRIu64 ", cpu=%i, node=%i\n", thread_id, state, cpu, node);
-#endif
-#if USE_KAAPI
-  kaapi_ompt_thread_info_t* koti = &__kaapi_oth_info[thread_id];
-  kaapi_tracelib_thread_state( koti->kproc, 0, cpu, node, state );
-#endif
-}
 
 static void
 on_ompt_event_thread_state_begin(