From d92749989490289793e1e64fc6fff5673c41c75a Mon Sep 17 00:00:00 2001
From: Ciro Santilli <ciro.santilli@gmail.com>
Date: Sat, 4 Oct 2014 10:54:00 +0200
Subject: [PATCH] Remove unused Project#code function.

---
 app/models/project.rb | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/app/models/project.rb b/app/models/project.rb
index d228da192e4..1c7fd27a38b 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -326,11 +326,6 @@ class Project < ActiveRecord::Base
     @ci_service ||= ci_services.select(&:activated?).first
   end
 
-  # For compatibility with old code
-  def code
-    path
-  end
-
   def items_for(entity)
     case entity
     when 'issue' then
-- 
GitLab