summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-12 15:13:57 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-12 15:13:57 +0000
commitc3907f387f0b2ec20913c6f869131c5ffd9f08df (patch)
tree372585b0521e4aa69b1ea388d0ee0e92821484ad /include
parent2a4005688c05e26439ce83c0b1da482e3c346ba9 (diff)
downloadllvm-c3907f387f0b2ec20913c6f869131c5ffd9f08df.tar.gz
llvm-c3907f387f0b2ec20913c6f869131c5ffd9f08df.tar.bz2
llvm-c3907f387f0b2ec20913c6f869131c5ffd9f08df.tar.xz
Inline Path::isBitcodeFile into only use and remove it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/PathV1.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index 916edaadf7..eaf2550869 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -226,13 +226,6 @@ namespace sys {
/// @brief Determine if the path references an archive file.
bool isArchive() const;
- /// This function determines if the path name in the object references an
- /// LLVM Bitcode file by looking at its magic number.
- /// @returns true if the file starts with the magic number for LLVM
- /// bitcode files.
- /// @brief Determine if the path references a bitcode file.
- bool isBitcodeFile() const;
-
/// This function determines if the path name in the object references a
/// native Dynamic Library (shared library, shared object) by looking at
/// the file's magic number. The Path object must reference a file, not a