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 <sruffell@digium.com>
Acked-by: Kinsey Moore <kmoore@digium.com>

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9591 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
Shaun Ruffell 2011-01-03 18:26:56 +00:00
parent 41c09ac4b4
commit 781b51aa3a

View File

@ -3221,7 +3221,6 @@ struct dahdi_tone *dahdi_mf_tone(const struct dahdi_chan *chan, char digit, int
return &tone_pause; return &tone_pause;
return NULL; return NULL;
/* You should not get here */
case DIGIT_MODE_DTMF: case DIGIT_MODE_DTMF:
switch (digit) { switch (digit) {
case '0': case '0':