diff options
| -rw-r--r-- | guprecords.raku | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guprecords.raku b/guprecords.raku index 90a5cab..40873de 100644 --- a/guprecords.raku +++ b/guprecords.raku @@ -31,7 +31,6 @@ class Epoch { } class Aggregate { - my Int $longest-name-length = 0; has Str $.name is required; has Nat $.uptime; has Nat $.first-boot; |
