ref: 565ba2ea94afe443f61b4cbb48a7d16673829b8b
parent: a53597e1036b8c5cd41d3a9091d9c3274a657da1
author: Marc-Alexandre Espiaut <[email protected]>
date: Mon Jun 4 10:39:21 EDT 2018
Removing unused variables from rt_com.c
--- a/rott/rt_com.c
+++ b/rott/rt_com.c
@@ -59,8 +59,6 @@
#ifdef PLATFORM_UNIX
-static int sock = -1;
-
static void ReadUDPPacket()
{
rottcom->remotenode = -1;
@@ -83,7 +81,6 @@
void InitROTTNET (void)
{
int netarg;
- long netaddress;
if (ComStarted==true)
return;