]> git.lyx.org Git - features.git/blobdiff - src/support/systemcall.C
Documentation + file removals as sent to list
[features.git] / src / support / systemcall.C
index 2372c2fd452929352fbae84d39fd640ff64a954f..600dbdb0168b693aebc0a9f86fcc2ed76cdd72bd 100644 (file)
@@ -7,13 +7,6 @@
  *
  * Interface cleaned up by
  * \author Angus Leeming <a.leeming@ic.ac.uk>
- *
- * Class Systemcall uses "system" to launch the child process.
- * The user can choose to wait or not wait for the process to complete, but no
- * callback is invoked upon completion of the child.
- *
- * The child process is not killed when the Systemcall instance goes out of
- * scope.
  */
 
 #include <config.h>
 #include "systemcall.h"
 #include "os.h"
 
-#include <cstdlib> //for ::system
-
-
-#if 0
-Systemcall::Systemcall(Starttype how, string const & what)
-{
-       startscript(how, what);
-}
-#endif
+#include <cstdlib>
 
 
 // Reuse of instance