From 97a0b0c5100e313acbbb845960282c8956f9eedc Mon Sep 17 00:00:00 2001 From: Andrew Church Date: Thu, 4 Sep 2014 18:09:07 +0900 Subject: [PATCH] Remove bogus blank line. --- Core/FileSystems/DirectoryFileSystem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/FileSystems/DirectoryFileSystem.cpp b/Core/FileSystems/DirectoryFileSystem.cpp index 4c0fd6f542..142be2ab3c 100644 --- a/Core/FileSystems/DirectoryFileSystem.cpp +++ b/Core/FileSystems/DirectoryFileSystem.cpp @@ -218,7 +218,6 @@ bool DirectoryFileHandle::Open(std::string& basePath, std::string& fileName, Fil hFile = open(fullName.c_str(), flags, 0666); bool success = hFile != -1; - #endif #if HOST_IS_CASE_SENSITIVE