]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscall.C
Fix the line-delete-forward bug?
[lyx.git] / src / support / syscall.C
index ca1bf384bca2ea15fc8ffec4615254f631e37f1f..5795aea81e9de1a7becbd5574598e3f85999c219 100644 (file)
@@ -95,9 +95,10 @@ void Systemcalls::kill(int /*tolerance*/) {
                // Here, we should add the PID to a list of
                // waiting processes to kill if they are not
                // dead without tolerance seconds
-#ifdef WITH_WARNINGS
-#warning Implement this using the timer of the singleton systemcontroller (Asger)
-#endif
+
+               // CHECK Implement this using the timer of
+               // the singleton systemcontroller (Asger)
+
        }
 }