From c779b5972a0217f3352e4025dde18fdf553f6798 Mon Sep 17 00:00:00 2001
From: Takuya Noguchi <takninnovationresearch@gmail.com>
Date: Mon, 17 May 2021 03:47:14 +0000
Subject: [PATCH] Remove install guidance of re2 for Ubuntu 14.04

GitLab 11.11 dropped support for Ubuntu 14.04.

See MR 13448 for the introduction of this:
https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/13448

Changelog: fixed
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
---
 doc/install/installation.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/install/installation.md b/doc/install/installation.md
index e6de9818ca43..85a9bc3f8fab 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -112,9 +112,6 @@ sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdb
   libcurl4-openssl-dev libicu-dev logrotate rsync python-docutils pkg-config cmake runit-systemd
 ```
 
-Ubuntu 14.04 (Trusty Tahr) doesn't have the `libre2-dev` package available, but
-you can [install re2 manually](https://github.com/google/re2/wiki/Install).
-
 If you want to use Kerberos for user authentication, install `libkrb5-dev`
 (if you don't know what Kerberos is, you can assume you don't need it):
 
-- 
GitLab