Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: remove unused myisspace in StringUtils.cpp

Changeset 04a120321dec

Parent ae1e26c77303

by Adrian Buehlmann

Changes to one file · Browse files at 04a120321dec Showing diff from parent ae1e26c77303 Diff from another changeset...

 
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
19
20
21
 
 
 
 
 
 
 
 
 
22
23
24
@@ -19,15 +19,6 @@
   #include "StringUtils.h"   -// 8-bit safe variants of <ctype> functions - -int myisspace(char ch) -{ - if (static_cast<unsigned char>(ch) < 128) - return isspace(ch); - return 0; -} -    // Quotes a string  std::string Quote(const std::string& str)