Skip to content

Commit 0d0bf8e

Browse files
author
Carlos Cabanero
committed
Removed comments
1 parent 4419de9 commit 0d0bf8e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Blink/Commands/mosh/mosh.swift

-14
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@ import Dispatch
3535
import SSH
3636
import ios_system
3737

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-
5238
enum MoshError: Error, LocalizedError {
5339
case NoBinaryAvailable
5440
case NoBinaryExecFlag

0 commit comments

Comments
 (0)