Index: driver/cfa.cc
===================================================================
--- driver/cfa.cc	(revision 3acc863213f08d015401fe973cfa1d4eb8a0f4d3)
+++ driver/cfa.cc	(revision 4407b7ee22a177cb0cd564fd7ea6335606b27dc3)
@@ -53,9 +53,4 @@
 	return arg.substr( 0, pre.size() ) == pre;
 } // prefix
-
-static inline bool ends_with(const string & str, const string & sfix) {
-	if (sfix.size() > str.size()) return false;
-	return std::equal(str.rbegin(), str.rbegin() + sfix.size(), sfix.rbegin(), sfix.rend());
-}
 
 // check if string has suffix
