Skip to content

Commit

Permalink
Merge pull request #4 from RonyMin/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
RonyMin authored Nov 30, 2018
2 parents 3baae21 + cc7a20b commit f56beb3
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 f56beb3

Please sign in to comment.