clean: make some classes abstract or interfaces
[nit.git] / lib / standard / exec.nit
index 45696c0..a9f59da 100644 (file)
@@ -19,7 +19,6 @@ import stream
 
 # Simple sub-processus
 class Process
-
        # The pid of the processus
        fun id: Int do return _data.id