Skip to content

Commit

Permalink
chore(bindata.cr): remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored May 4, 2020
1 parent 7b464ce commit c79982b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/bindata.cr
Original file line number Diff line number Diff line change
Expand Up @@ -286,15 +286,6 @@ abstract class BinData
end
end

# PARTS:
# 0: parse type
# 1: var_name
# 2: class
# 3: if_proc
# 4: verify
# 5: length
# 6: value
# 7: encoding
{% for vartype in ["UInt8", "Int8", "UInt16", "Int16", "UInt32", "Int32", "UInt64", "Int64", "UInt128", "Int128", "Float32", "Float64"] %}
{% name = vartype.downcase.id %}

Expand Down

0 comments on commit c79982b

Please sign in to comment.