summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Index/Indexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/Index/Indexer.h')
-rw-r--r--clang/include/clang/Index/Indexer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/include/clang/Index/Indexer.h b/clang/include/clang/Index/Indexer.h
index 88a2acea8ec..3597dbff739 100644
--- a/clang/include/clang/Index/Indexer.h
+++ b/clang/include/clang/Index/Indexer.h
@@ -40,12 +40,6 @@ public:
virtual void GetTranslationUnitsFor(Entity Ent,
TranslationUnitHandler &Handler);
- typedef TUSetTy::iterator translation_unit_iterator;
-
- translation_unit_iterator translation_units_begin(Entity Ent) const;
- translation_unit_iterator translation_units_end(Entity Ent) const;
- bool translation_units_empty(Entity Ent) const;
-
private:
Program &Prog;
MapTy Map;
OpenPOWER on IntegriCloud