From 2c6a290fb343a978906715154c9d6ff62f86cfdd Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Tue, 13 Aug 2019 13:17:08 -0400 Subject: [PATCH] remove unnecessary declaration --- src/macro/Directives.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/macro/Directives.hh b/src/macro/Directives.hh index 368eb496..7202d326 100644 --- a/src/macro/Directives.hh +++ b/src/macro/Directives.hh @@ -33,8 +33,6 @@ namespace macro virtual void interpret(ostream &output, bool no_line_macro) = 0; }; - using DirectivePtr = shared_ptr<Directive>; - class TextNode : public Directive { -- GitLab