hotspot/src/share/vm/opto/escape.cpp
changeset 25930 eae8b7490d2c
parent 24953 9680119572be
child 26434 09ad55e5f486
--- a/hotspot/src/share/vm/opto/escape.cpp	Tue Aug 05 07:37:10 2014 +0000
+++ b/hotspot/src/share/vm/opto/escape.cpp	Tue Aug 05 09:58:52 2014 +0200
@@ -1452,7 +1452,6 @@
     return 0;
 
   InitializeNode* ini = alloc->as_Allocate()->initialization();
-  Compile* C = _compile;
   bool visited_bottom_offset = false;
   GrowableArray<int> offsets_worklist;