From ff0eea7e58b77e868294431fc16a02b743725cde Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 27 Jan 2017 14:22:37 +0100 Subject: hdlcutil: Remove HDRVC_KERNEL ifdefery. HDRVC_KERNEL was always defined to on. Signed-off-by: Ralf Baechle --- hdlcutil/fl/xfhdlcst_main.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'hdlcutil/fl') diff --git a/hdlcutil/fl/xfhdlcst_main.cxx b/hdlcutil/fl/xfhdlcst_main.cxx index 421805a..da2f2bc 100644 --- a/hdlcutil/fl/xfhdlcst_main.cxx +++ b/hdlcutil/fl/xfhdlcst_main.cxx @@ -76,9 +76,7 @@ int main(int argc, char *argv[]) int c, i; int ret; struct hdrvc_channel_state cs; -#ifdef HDRVC_KERNEL struct sm_ioctl smi; -#endif /* HDRVC_KERNEL */ char buf[32]; char name[64]; @@ -126,10 +124,8 @@ int main(int argc, char *argv[]) /* * check for soundmodem driver */ -#ifdef HDRVC_KERNEL ret = hdrvc_sm_ioctl(SMCTL_GETDEBUG, &smi); if (ret < 0) { -#endif /* HDRVC_KERNEL */ tdemodcyc->hide(); tmodcyc->hide(); tintfreq->hide(); @@ -138,9 +134,7 @@ int main(int argc, char *argv[]) modcyc->hide(); intfreq->hide(); dmares->hide(); -#ifdef HDRVC_KERNEL } -#endif /* HDRVC_KERNEL */ hdlcst->show(); for (;;) { Fl::wait(); -- cgit v1.2.3