summaryrefslogtreecommitdiffstats
path: root/lib/Text/Handlebars/Symbol.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Text/Handlebars/Symbol.pm')
-rw-r--r--lib/Text/Handlebars/Symbol.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Text/Handlebars/Symbol.pm b/lib/Text/Handlebars/Symbol.pm
index 724c1b9..6db7ac9 100644
--- a/lib/Text/Handlebars/Symbol.pm
+++ b/lib/Text/Handlebars/Symbol.pm
@@ -8,14 +8,6 @@ has is_helper => (
isa => 'Bool',
);
-has fourth => (
- is => 'rw',
-);
-
-has context => (
- is => 'rw',
-);
-
__PACKAGE__->meta->make_immutable;
no Any::Moose;