From a7c34315562342b93942987a0cb25249bf611fad Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 20 Aug 2020 11:35:55 +0200 Subject: [PATCH] Remove unused error message Change-type: patch --- lib/shared/messages.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/shared/messages.ts b/lib/shared/messages.ts index 6272b8ea..d88c1ff3 100644 --- a/lib/shared/messages.ts +++ b/lib/shared/messages.ts @@ -150,10 +150,6 @@ export const error = { ].join(''); }, - elevationRequired: () => { - return 'This should should be run with root/administrator permissions.'; - }, - flashFailure: ( imageBasename: string, drives: Array<{ description: string; displayName: string }>,