Skip to content

Commit bd1dcd9

Browse files
MarisaKirisamejroesch
authored andcommitted
cleanup wrong comment. (apache#23)
* override all the stuff * fix.
1 parent 475f77e commit bd1dcd9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

relay/include/relay/node.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ class BoolValue;
8888
/*! \brief Integer literal `0`, `1000`. */
8989
class BoolValueNode : public ValueNode {
9090
public:
91-
// The AST should be able to store aribtrary precision numbers, maybe store as
92-
// string?
9391
bool value;
9492

9593
BoolValueNode() {}
@@ -150,8 +148,6 @@ class IntType;
150148
/*! \brief The type of integer values. */
151149
class IntTypeNode : public TypeNode {
152150
public:
153-
// The AST should be able to store aribtrary precision numbers, maybe store as
154-
// string?
155151
unsigned width;
156152

157153
IntTypeNode() {}

0 commit comments

Comments
 (0)