File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,6 @@ import Dispatch
35
35
import SSH
36
36
import ios_system
37
37
38
- // TODO Enable mosh2 as the old mosh session. Will have to be hard-coded on MCP.
39
-
40
- // @_cdecl("blink_mosh_main")
41
- // public func blink_mosh_main(argc: Int32, argv: Argv) -> Int32 {
42
- // setvbuf(thread_stdin, nil, _IONBF, 0)
43
- // setvbuf(thread_stdout, nil, _IONBF, 0)
44
- // setvbuf(thread_stderr, nil, _IONBF, 0)
45
-
46
- // let session = Unmanaged<MCPSession>.fromOpaque(thread_context).takeUnretainedValue()
47
- // // TODO How about register and deregister here?
48
- // let cmd = BlinkMosh()
49
- // return cmd.start(argc, argv: argv.args(count: argc))
50
- // }
51
-
52
38
enum MoshError : Error , LocalizedError {
53
39
case NoBinaryAvailable
54
40
case NoBinaryExecFlag
You can’t perform that action at this time.
0 commit comments