summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Builtins.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-08-05 21:04:24 +0000
committerEric Christopher <echristo@gmail.com>2015-08-05 21:04:24 +0000
commit82417e4321f60b35e46911b6c91575d8646c66e6 (patch)
treefccfb3d0af2cd3e4d04c6c7d796075b9ac0cd1d6 /include/clang/Basic/Builtins.h
parent1553ace066fa8acf7bbb445f2f6f8fa5c7f0ffc2 (diff)
Remove unused function GetBuiltinNames.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/Builtins.h')
-rw-r--r--include/clang/Basic/Builtins.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/Basic/Builtins.h b/include/clang/Basic/Builtins.h
index 154bf16734..0bfba26d78 100644
--- a/include/clang/Basic/Builtins.h
+++ b/include/clang/Basic/Builtins.h
@@ -70,9 +70,6 @@ public:
/// such.
void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
- /// \brief Populate the vector with the names of all of the builtins.
- void GetBuiltinNames(SmallVectorImpl<const char *> &Names);
-
/// \brief Return the identifier name for the specified builtin,
/// e.g. "__builtin_abs".
const char *GetName(unsigned ID) const {