summaryrefslogtreecommitdiff
path: root/cesar/maximus/python/utest/stationtest/src/test_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/maximus/python/utest/stationtest/src/test_send.c')
-rw-r--r--cesar/maximus/python/utest/stationtest/src/test_send.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cesar/maximus/python/utest/stationtest/src/test_send.c b/cesar/maximus/python/utest/stationtest/src/test_send.c
index 93229544cf..2725390d41 100644
--- a/cesar/maximus/python/utest/stationtest/src/test_send.c
+++ b/cesar/maximus/python/utest/stationtest/src/test_send.c
@@ -217,7 +217,6 @@ int main (void)
{
station_log_set_level(&my_station, STATION_LOG_NONE);
station_log_set_mask(&my_station, STATION_LOGTYPE_ALL);
- my_station.pipe_log_fd = 1;
fcall_register(my_station.fcall, "set_tonemask", (void*)&set_tonemask, NULL);
fcall_register(my_station.fcall, "prepare_rx", (void*)&prepare_rx, NULL);