Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Feb 5, 2024
1 parent 4419de9 commit 0d0bf8e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Blink/Commands/mosh/mosh.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ import Dispatch
import SSH
import ios_system

// TODO Enable mosh2 as the old mosh session. Will have to be hard-coded on MCP.

// @_cdecl("blink_mosh_main")
// public func blink_mosh_main(argc: Int32, argv: Argv) -> Int32 {
// setvbuf(thread_stdin, nil, _IONBF, 0)
// setvbuf(thread_stdout, nil, _IONBF, 0)
// setvbuf(thread_stderr, nil, _IONBF, 0)

// let session = Unmanaged<MCPSession>.fromOpaque(thread_context).takeUnretainedValue()
// // TODO How about register and deregister here?
// let cmd = BlinkMosh()
// return cmd.start(argc, argv: argv.args(count: argc))
// }

enum MoshError: Error, LocalizedError {
case NoBinaryAvailable
case NoBinaryExecFlag
Expand Down

0 comments on commit 0d0bf8e

Please sign in to comment.