summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-03-07 00:03:21 +0200
committerPaul Buetow <paul@buetow.org>2023-03-07 00:03:21 +0200
commit1cb64b9c690a570c3e7059e789102c5f6a4231f0 (patch)
tree9eef31f39a511e5bc7c58e14a920572f33036290
parent562a64187b6d2a23ff1134e5ba630dc73a477258 (diff)
not req
-rw-r--r--guprecords.raku1
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;