Fix missing deleted code in the merge
[lttng-tools.git] / ltt-sessiond / main.c
index aa44351cad214ba29c09b5345bba27e9b8123593..1bb2c8c1acf2bfa43d61fb30fe0d5362bc064546 100644 (file)
@@ -1106,16 +1106,6 @@ static void *thread_registration_apps(void *data)
 
        tracepoint(sessiond_th_apps_start);
 
-       /* TODO: Something more elegant is needed but fine for now */
-       /* FIXME: change all types to either uint8_t, uint32_t, uint64_t
-        * for 32-bit vs 64-bit compat processes. */
-       /* replicate in ust with version number */
-       struct {
-               int reg;        /* 1:register, 0:unregister */
-               pid_t pid;
-               uid_t uid;
-       } reg_msg;
-
        DBG("[thread] Manage application registration started");
 
        ret = lttcomm_listen_unix_sock(apps_sock);
This page took 0.023268 seconds and 4 git commands to generate.