We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4419de9 commit 0d0bf8eCopy full SHA for 0d0bf8e
Blink/Commands/mosh/mosh.swift
@@ -35,20 +35,6 @@ import Dispatch
35
import SSH
36
import ios_system
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
enum MoshError: Error, LocalizedError {
53
case NoBinaryAvailable
54
case NoBinaryExecFlag
0 commit comments