MString fixes.

This commit is contained in:
Brad Arant 2022-08-03 16:16:29 -07:00
parent 963a0561e8
commit d38b7f0c55
2 changed files with 5 additions and 10 deletions

View File

@ -59,11 +59,6 @@ namespace coreutils {
free(data); free(data);
} }
int overflow(int c) {
std::cout << '{' << c << "}";
return 0;
}
// MString& MString::operator=(coreutils::ZString& value) { // MString& MString::operator=(coreutils::ZString& value) {
// if(*this == value) // if(*this == value)
// return *this; // return *this;