Remove calibrate from lttng-sessiond
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.c
index ae8349c897ded12d90bfc2d018ba1994e1822f63..aa51649783f64c0e324c0090c42033cdbbb41f7a 100644 (file)
@@ -576,25 +576,6 @@ void kernel_wait_quiescent(int fd)
        }
 }
 
-/*
- * Kernel calibrate
- */
-int kernel_calibrate(int fd, struct lttng_kernel_calibrate *calibrate)
-{
-       int ret;
-
-       assert(calibrate);
-
-       ret = kernctl_calibrate(fd, calibrate);
-       if (ret < 0) {
-               PERROR("calibrate ioctl");
-               return -1;
-       }
-
-       return 0;
-}
-
-
 /*
  *  Force flush buffer of metadata.
  */
This page took 0.02535 seconds and 5 git commands to generate.