Unused class removed

GitOrigin-RevId: 841c2062565760fe21c56f76655662c3f436a61e
This commit is contained in:
Ilya.Kazakevich
2024-09-30 05:21:32 +02:00
committed by intellij-monorepo-bot
parent 15709df0cc
commit a846672bcd

View File

@@ -1,9 +0,0 @@
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.platform.eel
import com.intellij.platform.eel.path.EelPath
import java.nio.file.Path
interface EelFsApi {
fun getOriginalPath(path: Path): EelPath.Absolute
}