[gnome-continuous] task: Remove unused return value
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] task: Remove unused return value
- Date: Wed, 9 Oct 2013 22:07:04 +0000 (UTC)
commit 58725da049258cc89157f7f44546d2bf9873ada5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Oct 9 17:57:39 2013 -0400
task: Remove unused return value
src/js/task.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/js/task.js b/src/js/task.js
index 01d2215..3d7dcde 100644
--- a/src/js/task.js
+++ b/src/js/task.js
@@ -155,7 +155,6 @@ const TaskMaster = new Lang.Class({
_setTaskBuildPath: function(taskName, buildPath) {
let taskLink = this.tasksPath.get_child(taskName);
BuildUtil.atomicSymlinkSwap(taskLink, buildPath, this.cancellable);
- return buildPath;
},
_pushTaskDataImmediate: function(taskData) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]