From 89e74b2011d0baed182c3cba03100bc57802b30e Mon Sep 17 00:00:00 2001
From: filipp <filipp.vakhitov@jetbrains.com>
Date: Mon, 5 Jun 2023 21:04:30 +0300
Subject: [PATCH] Remove unused import

---
 annotation-processors/build.gradle.kts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/annotation-processors/build.gradle.kts b/annotation-processors/build.gradle.kts
index b7d7cde40..771959efe 100644
--- a/annotation-processors/build.gradle.kts
+++ b/annotation-processors/build.gradle.kts
@@ -1,5 +1,3 @@
-import org.jetbrains.kotlin.ir.backend.js.compile
-
 /*
  * Copyright 2003-2023 The IdeaVim authors
  *