aboutsummaryrefslogtreecommitdiffstats
path: root/ASTForward.h
diff options
context:
space:
mode:
Diffstat (limited to 'ASTForward.h')
-rw-r--r--ASTForward.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ASTForward.h b/ASTForward.h
index 0397cadd..46fe8393 100644
--- a/ASTForward.h
+++ b/ASTForward.h
@@ -70,8 +70,6 @@ class Literal;
// explicitly.
template <class T>
using ptr = std::shared_ptr<T>;
-template <class T>
-using vecptr = std::vector<ptr<T>>;
using ASTString = std::string;