Delete dead code.

The gold plugin doesn't call lseek or read directly any more.

llvm-svn: 214221
This commit is contained in:
Rafael Espindola 2014-07-29 21:09:43 +00:00
parent 13c5c64b5d
commit 9d2250ad43
1 changed files with 0 additions and 7 deletions

View File

@ -33,13 +33,6 @@
#include <system_error>
#include <vector>
// Support Windows/MinGW crazyness.
#ifdef _WIN32
# include <io.h>
# define lseek _lseek
# define read _read
#endif
#ifndef LDPO_PIE
// FIXME: remove this declaration when we stop maintaining Ubuntu Quantal and
// Precise and Debian Wheezy (binutils 2.23 is required)