Clean-up: sessiond: remove left-over code
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.cpp
index c80658cbbe512a2b5031b69e51cf339806c2240d..88db75f8f4d7da8f1f2ae5cc3d7978cae26fafdd 100644 (file)
@@ -6445,15 +6445,6 @@ static int handle_app_register_channel_notification(int sock,
                }
        }
 
-       /* Append to metadata */
-       if (!ust_reg_chan._metadata_dumped) {
-               /*ret_code = ust_metadata_channel_statedump(registry, ust_reg_chan);*/
-               if (ret_code) {
-                       ERR("Error appending channel metadata (errno = %d)", ret_code);
-                       goto reply;
-               }
-       }
-
 reply:
        DBG3("UST app replying to register channel key %" PRIu64
                        " with id %u, ret = %d", chan_reg_key, chan_id,
This page took 0.022736 seconds and 4 git commands to generate.