Skip to content

Commit

Permalink
Undo merge (sorry for mistake)
Browse files Browse the repository at this point in the history
  • Loading branch information
RonyMin committed Nov 30, 2018
1 parent 960a9b0 commit cc7a20b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/util/file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ void File::Open(const std::string &name, File::AccessMode access_mode) {
flags = O_RDWR;
break;
}
default: {
flags = O_RDWR;
break;
}
}

// Open
Expand Down

0 comments on commit cc7a20b

Please sign in to comment.