Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Feb 6, 2023
1 parent 312699b commit b7b3533
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ int get_value_nature (const string &s)
if (s.find ("..") != string::npos)
return VT_RANGE;


return VT_SINGLE;
}



CVar::CVar (const string &key, const string &val)
{
k = key;
Expand Down

0 comments on commit b7b3533

Please sign in to comment.