Skip to content

Commit

Permalink
cleanup wrong comment. (apache#23)
Browse files Browse the repository at this point in the history
* override all the stuff

* fix.
  • Loading branch information
MarisaKirisame authored and jroesch committed Aug 16, 2018
1 parent 475f77e commit bd1dcd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions relay/include/relay/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ class BoolValue;
/*! \brief Integer literal `0`, `1000`. */
class BoolValueNode : public ValueNode {
public:
// The AST should be able to store aribtrary precision numbers, maybe store as
// string?
bool value;

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

IntTypeNode() {}
Expand Down

0 comments on commit bd1dcd9

Please sign in to comment.