patrick
/
plasp
Archived
1
0
Fork 0

Removed unused declarations.

This commit is contained in:
Patrick Lühne 2017-06-22 00:03:35 +02:00
parent 12e55da662
commit b7b4d926b4
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ using ConstantPointer = std::unique_ptr<Constant>;
struct ConstantDeclaration;
using ConstantDeclarationPointer = std::unique_ptr<ConstantDeclaration>;
using ConstantDeclarations = std::vector<ConstantDeclarationPointer>;
struct Dummy;
using DummyPointer = std::unique_ptr<Dummy>;
struct PrimitiveType;
using PrimitiveTypePointer = std::unique_ptr<PrimitiveType>;
using PrimitiveTypes = std::vector<PrimitiveTypePointer>;