]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
common/console.c: Remove unused inline functions
authorTom Rini <trini@konsulko.com>
Thu, 21 Jan 2016 14:10:26 +0000 (09:10 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jan 2016 15:39:47 +0000 (10:39 -0500)
commit3da52409250a48423a9297a7afbf1f09d0a855fe
treec8ff892105e5b9d5ad64f5331a686dfec235466d
parentf62b1c625d631a59c6b99ff9d6ca8c8bda282de5
common/console.c: Remove unused inline functions

clang-3.8 reports that these functions are unused, remove them.  As this
is the last part of CONFIG_MODEM_SUPPORT_DEBUG, drop that from README.

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
README
common/console.c