Skip to content
Commit b4eeba21 authored by Igor Kushnir's avatar Igor Kushnir Committed by Milian Wolff
Browse files

Remove skipFunctionArguments() and code only it used

This function was used only in KDevelop's old custom C++ parser
(oldcpp) until its removal in f31d32f4.

This function contains one of two uses of another function
findCommaOrEnd(). Remove this dead usage in order to modify
findCommaOrEnd() without worrying about it.

Also remove a simple helper class SafetyCounter and 3 helper functions
declared in stringhelpers.cpp, which were used only in
skipFunctionArguments().
parent 51a56fa6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment