diff options
Diffstat (limited to 'lib/System/FreeBSD/MappedFile.cpp')
-rw-r--r-- | lib/System/FreeBSD/MappedFile.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/System/FreeBSD/MappedFile.cpp b/lib/System/FreeBSD/MappedFile.cpp deleted file mode 100644 index 6d22f4088f..0000000000 --- a/lib/System/FreeBSD/MappedFile.cpp +++ /dev/null @@ -1,20 +0,0 @@ -//===- FreeBSD/MappedFile.cpp - FreeBSD MappedFile Impl. --------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file was developed by Reid Spencer and is distributed under the -// University of Illinois Open Source License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// This file provides the FreeBSD specific implementation of the MappedFile -// concept. -// -//===----------------------------------------------------------------------===// - -#include <sys/stat.h> - -// Include the generic unix implementation -#include "../Unix/MappedFile.cpp" - -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab |