[lld][cleanup] remove unused ReaderFunc to avoid confusion.
authorShankar Easwaran <shankare@codeaurora.org>
Thu, 5 Sep 2013 04:27:17 +0000 (04:27 +0000)
committerShankar Easwaran <shankare@codeaurora.org>
Thu, 5 Sep 2013 04:27:17 +0000 (04:27 +0000)
llvm-svn: 190031

lld/include/lld/ReaderWriter/Reader.h

index cfd851a..0fabdf5 100644 (file)
@@ -50,8 +50,6 @@ protected:
   const LinkingContext &_context;
 };
 
-typedef ErrorOr<Reader &> ReaderFunc(const LinkerInput &);
-
 std::unique_ptr<Reader> createReaderELF(const ELFLinkingContext &);
 std::unique_ptr<Reader> createReaderMachO(const LinkingContext &);
 std::unique_ptr<Reader> createReaderNative(const LinkingContext &);