From f56c7701cdc65224bb28623ffeca6ac3966b0dec Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Thu, 15 Aug 2019 13:09:13 +0200 Subject: [PATCH] chore: drop unused setAppMode --- lib/platform/github/gh-got-wrapper.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/platform/github/gh-got-wrapper.ts b/lib/platform/github/gh-got-wrapper.ts index 182eff43a8..5f6a2ed4ef 100644 --- a/lib/platform/github/gh-got-wrapper.ts +++ b/lib/platform/github/gh-got-wrapper.ts @@ -167,10 +167,6 @@ for (const x of helpers) { get(url, Object.assign({}, opts, { method: x.toUpperCase() })); } -get.setAppMode = function setAppMode() { - // no-op -}; - get.setBaseUrl = (u: string) => { baseUrl = u; }; -- GitLab