]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Small cleanups 13
[stockfish] / src / misc.cpp
index a16a6e90a3daddefe82a7716934d86baf2cac31b..f2bce6b04f934948ccad68863beeb4c74c16b571 100644 (file)
@@ -583,11 +583,10 @@ namespace CommandLine {
 string argv0;            // path+name of the executable binary, as given by argv[0]
 string binaryDirectory;  // path of the executable directory
 string workingDirectory; // path of the working directory
-string pathSeparator;    // Separator for our current OS
 
 void init(int argc, char* argv[]) {
     (void)argc;
-    string separator;
+    string pathSeparator;
 
     // extract the path+name of the executable binary
     argv0 = argv[0];