From a0da891b147c8cd0e707fe337ab4bdf69773f6f3 Mon Sep 17 00:00:00 2001 From: Kirill Likhodedov Date: Mon, 23 Apr 2012 15:44:09 +0400 Subject: [PATCH] unused import --- plugins/git4idea/src/git4idea/GitVcs.java | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/git4idea/src/git4idea/GitVcs.java b/plugins/git4idea/src/git4idea/GitVcs.java index a5a1dddf2796..320d9bc71709 100644 --- a/plugins/git4idea/src/git4idea/GitVcs.java +++ b/plugins/git4idea/src/git4idea/GitVcs.java @@ -25,7 +25,6 @@ import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.diff.impl.patch.formove.FilePathComparator; import com.intellij.openapi.editor.markup.TextAttributes; import com.intellij.openapi.options.Configurable; -import com.intellij.openapi.progress.BackgroundTaskQueue; import com.intellij.openapi.progress.Task; import com.intellij.openapi.project.Project; import com.intellij.openapi.ui.MessageType;