Skip to content

Commit

Permalink
refactor: Removed unused symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboroads committed Apr 9, 2024
1 parent fb9fc54 commit b1a5510
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,8 @@ import java.util.*
class PhpProcessListener(private val project: Project) :
ProcessListener {

companion object {
private const val OUTPUT_START_SEQUENCE = "%%START-OUTPUT%%"
private const val OUTPUT_END_SEQUENCE = "%%END-OUTPUT%%"
}

private val processOutput = ArrayList<String>()

private var capturing = false
private var firstLine = true

override fun startNotified(event: ProcessEvent) {
TinkerOutputToolWindowFactory.tinkerOutputToolWindow[project]?.plug = null
}
Expand Down

0 comments on commit b1a5510

Please sign in to comment.