From b15ee09aa9f3978e4397e51459d186be022d035d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 23 Sep 2017 13:26:58 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GitRepo.vala b/GitRepo.vala index 05c57623..69a8397c 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -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); - + } -- 2.39.2