diff mbox

[match-and-simplify] remove dt_node::level_max

Message ID CAJXstsDgcWGhYXvenXm1UAf5QVT7Et_=W9vSiZPbFZAXY8_eBg@mail.gmail.com
State New
Headers show

Commit Message

Prathamesh Kulkarni Sept. 15, 2014, 6:51 p.m. UTC
* genmatch.c (dt_node::level_max): Remove.

Thanks,
Prathamesh

Comments

Richard Biener Sept. 16, 2014, 9:23 a.m. UTC | #1
On Mon, Sep 15, 2014 at 8:51 PM, Prathamesh Kulkarni
<bilbotheelffriend@gmail.com> wrote:
> * genmatch.c (dt_node::level_max): Remove.

Applied.

Thanks,
Richard.

> Thanks,
> Prathamesh
diff mbox

Patch

Index: genmatch.c
===================================================================
--- genmatch.c	(revision 215271)
+++ genmatch.c	(working copy)
@@ -466,7 +466,6 @@ 
 
 struct dt_simplify: public dt_node
 {
-  static const unsigned level_max = UINT_MAX;
   static const unsigned capture_max = 6;
   simplify *s; 
   unsigned pattern_no;