Skip to content

Commit

Permalink
minor change, remove spanglish
Browse files Browse the repository at this point in the history
  • Loading branch information
aocsa committed Jun 30, 2020
1 parent 2216b9c commit 0a89959
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utec/disk/pagemanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ class pagemanager : protected std::fstream {
seekg(n * sizeof(Register), std::ios::beg);
read(reinterpret_cast<char *>(&reg), sizeof(reg));
return gcount() > 0;
}

// Marca el registro como borrado:
}

template <class Register> void erase(const long &n) {
char mark;
Expand Down

0 comments on commit 0a89959

Please sign in to comment.