From b7f46c1ab3aff2fade3e2425ce006e3369fbf619 Mon Sep 17 00:00:00 2001 From: Vitali Tatarintev <vtatarintev@gitlab.com> Date: Tue, 24 Sep 2019 15:51:18 +0200 Subject: [PATCH] Remove obsolete comment After merging GitLab CE and EE repositories, this comment became obsolete. --- app/controllers/projects/git_http_client_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/projects/git_http_client_controller.rb b/app/controllers/projects/git_http_client_controller.rb index a597cc9af32d..ccfc38d97b2d 100644 --- a/app/controllers/projects/git_http_client_controller.rb +++ b/app/controllers/projects/git_http_client_controller.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -# This file should be identical in GitLab Community Edition and Enterprise Edition - class Projects::GitHttpClientController < Projects::ApplicationController include ActionController::HttpAuthentication::Basic include KerberosSpnegoHelper -- GitLab