From b7b4d926b4a467432baa60be4d6d1c32c514dda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 22 Jun 2017 00:03:35 +0200 Subject: [PATCH] Removed unused declarations. --- lib/pddlparse/include/pddlparse/ASTForward.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/pddlparse/include/pddlparse/ASTForward.h b/lib/pddlparse/include/pddlparse/ASTForward.h index 56b98d0..f039b5a 100644 --- a/lib/pddlparse/include/pddlparse/ASTForward.h +++ b/lib/pddlparse/include/pddlparse/ASTForward.h @@ -30,8 +30,6 @@ using ConstantPointer = std::unique_ptr; struct ConstantDeclaration; using ConstantDeclarationPointer = std::unique_ptr; using ConstantDeclarations = std::vector; -struct Dummy; -using DummyPointer = std::unique_ptr; struct PrimitiveType; using PrimitiveTypePointer = std::unique_ptr; using PrimitiveTypes = std::vector;