summaryrefslogtreecommitdiff
path: root/cesar/maximus/python/utest/stationtest/src/test_cb.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/maximus/python/utest/stationtest/src/test_cb.c')
-rw-r--r--cesar/maximus/python/utest/stationtest/src/test_cb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cesar/maximus/python/utest/stationtest/src/test_cb.c b/cesar/maximus/python/utest/stationtest/src/test_cb.c
index dc635369f4..2625d4fb5c 100644
--- a/cesar/maximus/python/utest/stationtest/src/test_cb.c
+++ b/cesar/maximus/python/utest/stationtest/src/test_cb.c
@@ -33,7 +33,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, "get_seg", (void*)&get_seg, NULL);