Spawn.vala
[gitlive] / Spawn.vala
index 09334f3..a27ac37 100644 (file)
@@ -201,7 +201,6 @@ public class Spawn : Object
         int standard_error;
 
 
-        var ret = {};
         
         if (this.cfg.debug) {
             print("cd " + this.cfg.cwd +";" + string.joinv(" ", this.cfg.args));