From: Carl Worth Date: Sun, 25 Oct 2009 23:12:24 +0000 (-0700) Subject: Drop dead function add_term. X-Git-Tag: 0.1~700 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=70f9d0ad428312397ee7ad157b520824d66d0d0e;hp=70f9d0ad428312397ee7ad157b520824d66d0d0e Drop dead function add_term. Even with the recent warnings work, gcc didn't tell me about a static function that I'm not calling? Apparently I get "defined but not used" in C files, but not C++ files. That's bogus, and yet one more reason for me to push the C++ to a minimal lower layer. ---