From d5cf2b358b8e06d02b32cd766f41079bf2f2c188 Mon Sep 17 00:00:00 2001 From: Alison Goryachev Date: Tue, 10 Mar 2020 14:51:13 -0400 Subject: [PATCH] remove unused code --- x-pack/plugins/painless_lab/public/styles/_index.scss | 2 -- x-pack/plugins/painless_lab/server/types.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/x-pack/plugins/painless_lab/public/styles/_index.scss b/x-pack/plugins/painless_lab/public/styles/_index.scss index 69c1f8c217655..26f58cf82266a 100644 --- a/x-pack/plugins/painless_lab/public/styles/_index.scss +++ b/x-pack/plugins/painless_lab/public/styles/_index.scss @@ -1,5 +1,3 @@ -// Import the EUI global scope so we can use EUI constants -@import 'src/legacy/ui/public/styles/_styling_constants'; /** * 1. This is a very brittle way of preventing the editor and other content from disappearing diff --git a/x-pack/plugins/painless_lab/server/types.ts b/x-pack/plugins/painless_lab/server/types.ts index dba0dda0d5cbd..0038b8e36ca82 100644 --- a/x-pack/plugins/painless_lab/server/types.ts +++ b/x-pack/plugins/painless_lab/server/types.ts @@ -15,5 +15,3 @@ export interface RouteDependencies { export interface Dependencies { licensing: LicensingPluginSetup; } - -export type CallAsCurrentUser = ScopedClusterClient['callAsCurrentUser'];