Remove unneeded definitions of O_BINARY

Review URL: https://breakpad.appspot.com/6684002/


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1418 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
vapier@chromium.org 2015-01-28 21:47:31 +00:00
parent cef1bee150
commit 924a8a2974
2 changed files with 0 additions and 2 deletions

View file

@ -43,7 +43,6 @@
#define snprintf _snprintf
#else // _WIN32
#include <unistd.h>
#define O_BINARY 0
#endif // _WIN32
#include "processor/logging.h"

View file

@ -49,7 +49,6 @@
#define snprintf _snprintf
#else // _WIN32
#include <unistd.h>
#define O_BINARY 0
#endif // _WIN32
#include <fstream>