summaryrefslogtreecommitdiff
path: root/tools/llvm-ar/ArchiveWriter.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-19 21:33:52 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-19 21:33:52 +0000
commitce1164be37e60f44057303fbf7ac02167012eba5 (patch)
tree2ae324e5ab401687dfc1293d6f52ae06b8fc0259 /tools/llvm-ar/ArchiveWriter.cpp
parent4df4bccc71ea0477836db9a417d3da202c2baa09 (diff)
downloadllvm-ce1164be37e60f44057303fbf7ac02167012eba5.tar.gz
llvm-ce1164be37e60f44057303fbf7ac02167012eba5.tar.bz2
llvm-ce1164be37e60f44057303fbf7ac02167012eba5.tar.xz
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ar/ArchiveWriter.cpp')
-rw-r--r--tools/llvm-ar/ArchiveWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-ar/ArchiveWriter.cpp b/tools/llvm-ar/ArchiveWriter.cpp
index 5b74b26110..ada45f510b 100644
--- a/tools/llvm-ar/ArchiveWriter.cpp
+++ b/tools/llvm-ar/ArchiveWriter.cpp
@@ -18,6 +18,7 @@
#include "llvm/IR/Module.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/PathV1.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/system_error.h"