src/share/vm/opto/addnode.cpp

changeset 3241
a6eef545f1a2
parent 2314
f95d63e2154a
child 4115
e626685e9f6c
     1.1 --- a/src/share/vm/opto/addnode.cpp	Tue Oct 25 04:07:20 2011 -0700
     1.2 +++ b/src/share/vm/opto/addnode.cpp	Tue Oct 25 08:17:15 2011 -0700
     1.3 @@ -34,8 +34,6 @@
     1.4  
     1.5  // Portions of code courtesy of Clifford Click
     1.6  
     1.7 -#define MAXFLOAT        ((float)3.40282346638528860e+38)
     1.8 -
     1.9  // Classic Add functionality.  This covers all the usual 'add' behaviors for
    1.10  // an algebraic ring.  Add-integer, add-float, add-double, and binary-or are
    1.11  // all inherited from this class.  The various identity values are supplied

mercurial