aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DebugInfo.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-23 22:50:42 +0000
committerEric Christopher <echristo@gmail.com>2013-07-23 22:50:42 +0000
commitd2b82e9bb37699c7571558aa5d35e00f8030028f (patch)
tree05e8efc1fc4fd9298e2d7fa6e82f43b7202cf30d /include/llvm/DebugInfo.h
parent17f99a991f2e270a34c53854ce80acc30754537b (diff)
downloadexternal_llvm-d2b82e9bb37699c7571558aa5d35e00f8030028f.zip
external_llvm-d2b82e9bb37699c7571558aa5d35e00f8030028f.tar.gz
external_llvm-d2b82e9bb37699c7571558aa5d35e00f8030028f.tar.bz2
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/DebugInfo.h')
-rw-r--r--include/llvm/DebugInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h
index 7064395..0911ec8 100644
--- a/include/llvm/DebugInfo.h
+++ b/include/llvm/DebugInfo.h
@@ -196,9 +196,6 @@ namespace llvm {
public:
explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {}
- /// Set the filename by allocating a new string MDNode for
- /// it and attaching it to the underlying node.
- void setFilename(StringRef Name, LLVMContext &Context);
StringRef getFilename() const;
StringRef getDirectory() const;
};