From 781b51aa3a140af028919d312e377865b9a696f4 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 3 Jan 2011 18:26:56 +0000 Subject: [PATCH] dahdi: trivial. Remove unneccessary comment. Not only should you not reach that line, it's impossible for you to reach that line. Signed-off-by: Shaun Ruffell Acked-by: Kinsey Moore git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9591 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/dahdi-base.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c index ac5b77e..f0ee3c4 100644 --- a/drivers/dahdi/dahdi-base.c +++ b/drivers/dahdi/dahdi-base.c @@ -3221,7 +3221,6 @@ struct dahdi_tone *dahdi_mf_tone(const struct dahdi_chan *chan, char digit, int return &tone_pause; return NULL; - /* You should not get here */ case DIGIT_MODE_DTMF: switch (digit) { case '0':