From bc993c11682ec1a2bb799e4467f29a30257a5dc0 Mon Sep 17 00:00:00 2001 From: Ludovic 'Archivist' Lagouardette Date: Tue, 22 Oct 2019 19:37:49 +0200 Subject: [PATCH] Removed commented code --- src/andrew.cr | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/andrew.cr b/src/andrew.cr index c691c84..bd2d0a0 100644 --- a/src/andrew.cr +++ b/src/andrew.cr @@ -128,15 +128,6 @@ class AttributeAfterGenerator end end -#v = ClassGenerator.new("record") -#v.push(AttributeGenerator.new("uuid", "std::array", 0)) -#v.push(AttributeGenerator.new("x", "bitops::regulated", 16)) -#v.push(AttributeGenerator.new("y", "bitops::regulated", 20)) -#f = FileGenerator.new -#f.classes << v -#f.includes << "" -#f.includes << "\"bitops.hpp\"" -#puts f.to_s File.open(ARGV[0]) do |file| puts FileGenerator.from_yaml(file).to_s end