1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Remove unnecessary forward declaration

This commit is contained in:
Nick Patavalis
2018-02-18 18:03:17 +02:00
parent c1df466099
commit d68a9067f1

2
term.c
View File

@ -83,8 +83,6 @@
static int term_initted;
struct term_ops;
static struct term_s term[MAX_TERMS];
/***************************************************************************/