GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Sat, 23 Sep 2017 05:26:58 +0000 (13:26 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 23 Sep 2017 05:26:58 +0000 (13:26 +0800)
GitRepo.vala

index 05c5762..69a8397 100644 (file)
@@ -277,9 +277,7 @@ public class GitRepo : Object
     public delegate void PullAsyncCallback (string str)
     async public string pull_async(PullAsyncCallback cb) {
     
-        //var e = yield dir.enumerate_children_async(
-        //    FileAttribute.STANDARD_NAME, 0, Priority.DEFAULT, null);
-        
+         
     
     }