hissh-import: remove obsolete TODO
1 files changed, 0 insertions(+), 1 deletions(-) M cmd/hissh-import/main.ha
M cmd/hissh-import/main.ha => cmd/hissh-import/main.ha +0 -1
@@ 33,7 33,6 @@ export fn main() void = { }; defer ssh::key_free(privkey); - // TODO: Support more key types let buf = bufio::dynamic(io::mode::WRITE); defer io::close(&buf)!; fmt::fprintf(&buf, "add proto=ssh type={} pkey='", ssh::keytype(privkey))!;