IJent cleanup: remove unused FileInfo.path

GitOrigin-RevId: 8de108c849f1436ec8c9c0e24fbe75c9a056d196
This commit is contained in:
Vladimir Lagunov
2024-05-16 17:42:17 +02:00
committed by intellij-monorepo-bot
parent 493bc92c31
commit f0ba2b4dcd
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ import com.intellij.platform.ijent.fs.IjentPosixFileInfo
import java.time.ZonedDateTime
data class IjentPosixFileInfoImpl(
override val path: IjentPath.Absolute,
override val type: IjentPosixFileInfo.Type,
override val permissions: IjentPosixFileInfo.Permissions,
override val creationTime: ZonedDateTime?,

View File

@@ -4,7 +4,6 @@ package com.intellij.platform.ijent.fs
import java.time.ZonedDateTime
sealed interface IjentFileInfo {
val path: IjentPath.Absolute
val type: Type
val permissions: Permissions