text: Removed replace_positional

This commit is contained in:
Paul Beckingham
2016-12-06 07:25:41 -05:00
parent 0ed7fa8b2a
commit 1bf2d0d20d
2 changed files with 0 additions and 15 deletions

View File

@@ -46,7 +46,6 @@ const char* optionalBlankLine ();
bool nontrivial (const std::string&);
int strippedLength (const std::string&);
const std::string obfuscateText (const std::string&);
void replace_positional (std::string&, const std::string&, const std::string&);
#endif
////////////////////////////////////////////////////////////////////////////////