remove unnecessary extern definition

This commit is contained in:
Heikki Hannikainen 2016-08-15 20:09:09 +03:00
parent ab4c1aa9f7
commit e407116802
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@
time_t now; /* current time, updated by the main thread, MAY be spun around by NTP */
time_t tick; /* monotonous clock, may or may not be wallclock */
extern int ibuf_size;
struct worker_t *worker_threads;
struct client_udp_t *udppeers; /* list of listening/receiving UDP peer sockets */