[lld] r229109 - Remove file not used anywhere.

Jean-Daniel Dupas devlists at shadowlab.org
Fri Feb 13 06:30:22 PST 2015


Author: jddupas
Date: Fri Feb 13 08:30:22 2015
New Revision: 229109

URL: http://llvm.org/viewvc/llvm-project?rev=229109&view=rev
Log:
Remove file not used anywhere.


Removed:
    lld/trunk/lib/ReaderWriter/MachO/GOTPass.hpp

Removed: lld/trunk/lib/ReaderWriter/MachO/GOTPass.hpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/MachO/GOTPass.hpp?rev=229108&view=auto
==============================================================================
--- lld/trunk/lib/ReaderWriter/MachO/GOTPass.hpp (original)
+++ lld/trunk/lib/ReaderWriter/MachO/GOTPass.hpp (removed)
@@ -1,31 +0,0 @@
-//===- lib/ReaderWriter/MachO/GOTPass.hpp ---------------------------------===//
-//
-//                             The LLVM Linker
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLD_READER_WRITER_MACHO_GOT_PASS_H
-#define LLD_READER_WRITER_MACHO_GOT_PASS_H
-
-#include "lld/Core/DefinedAtom.h"
-#include "lld/Core/SharedLibraryAtom.h"
-#include "lld/Core/File.h"
-#include "lld/Core/Reference.h"
-#include "lld/Core/Pass.h"
-
-#include "MachOPasses.h"
-#include "ReferenceKinds.h"
-#include "StubAtoms.hpp"
-
-namespace lld {
-namespace mach_o {
-
-
-} // namespace mach_o
-} // namespace lld
-
-
-#endif // LLD_READER_WRITER_MACHO_GOT_PASS_H





More information about the llvm-commits mailing list