summaryrefslogtreecommitdiffstats
path: root/src/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.cpp')
-rw-r--r--src/utils.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index 5f81083..663872d 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -336,9 +336,6 @@ void printSubchannels(const vec_sp_subchannel& subchannels)
case subchannel_type_t::DataDmb:
etiLog.log(info, " type: data");
break;
- case subchannel_type_t::Fidc:
- etiLog.log(info, " type: fidc");
- break;
case subchannel_type_t::Packet:
etiLog.log(info, " type: packet");
break;