Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit f0c7745

Browse files
committed
remove unused hyper_open_serial
Signed-off-by: Peng Tao <bergwolf@gmail.com>
1 parent 5abc8a6 commit f0c7745

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hyper.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ static inline int hyper_create(char *hyper_path)
8383
return 0;
8484
}
8585

86-
int hyper_open_serial(char *tty);
8786
int hyper_enter_sandbox(struct hyper_pod *pod, int pidpipe);
8887
void hyper_pod_destroyed(int failed);
8988
int hyper_ctl_append_msg(struct hyper_event *he, uint32_t type, uint8_t *data, uint32_t len);

0 commit comments

Comments
 (0)