aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-25 14:32:45 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-25 14:32:45 +0000
commitdeeb5724b8e6dfb911bde7c4b5d4e2f10953f52b (patch)
tree48d5f782fb52aa7922a3b3b502fbec75c79ad9a9 /include/llvm
parentf97c7fef52098bbd6a7ccc69657d112a36d77660 (diff)
downloadexternal_llvm-deeb5724b8e6dfb911bde7c4b5d4e2f10953f52b.zip
external_llvm-deeb5724b8e6dfb911bde7c4b5d4e2f10953f52b.tar.gz
external_llvm-deeb5724b8e6dfb911bde7c4b5d4e2f10953f52b.tar.bz2
Remove sys::PathSeparator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Support/PathV1.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index 0ece0e6..3202451 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -497,10 +497,6 @@ namespace sys {
/// @}
};
-
- /// This is the OS-specific path separator: a colon on Unix or a semicolon
- /// on Windows.
- extern const char PathSeparator;
}
}