Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-14 18:56:36 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-14 18:56:36 +0300
commita608e45e6b662df438a0884a997c53c5c9125a47 (patch)
treed72ccbedc839619717664699aa3ff97a1f3673b0 /app/services
parent9ea37cda3fa5e0aacf265bcb7739c1d4240f3bdc (diff)
Remove unnecessary file
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/services')
-rw-r--r--app/services/commit_service.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/services/commit_service.rb b/app/services/commit_service.rb
deleted file mode 100644
index c77da061a9c..00000000000
--- a/app/services/commit_service.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-
-class CommitService
- def self.transaction(project, current_user, branch)
- end
-end