Skip to content

Commit 6e085ed

Browse files
committed
fixed -Wunused-function Clang compiler warnings
1 parent f139636 commit 6e085ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/infer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,6 @@ namespace {
253253
};
254254
}
255255

256-
static std::string toString(const Interval& i) {
257-
return i.str();
258-
}
259-
260256
static void addToErrorPath(ValueFlow::Value& value, const std::vector<const ValueFlow::Value*>& refs)
261257
{
262258
std::unordered_set<const Token*> locations;

0 commit comments

Comments
 (0)