*** empty log message ***
[deliverable/binutils-gdb.git] / gas / frags.c
index e80ccedd72db2a435f106f5607633b9b53b4dc0f..8d7ed2f58ab455b9aa8a19f7666fd4dcf0fe2c48 100644 (file)
@@ -65,12 +65,6 @@ void
 frag_grow (nchars)
      unsigned int nchars;
 {
-  /* Try really hard to grow the obstack.  Creating a new obstack can
-     disable expression optimisations that would otherwise occur if
-     two symbols were located in the same obstack.  */
-  if (obstack_room (&frchain_now->frch_obstack) < nchars)
-    obstack_make_room (& frchain_now->frch_obstack, 2 * nchars);
-
   if (obstack_room (&frchain_now->frch_obstack) < nchars)
     {
       unsigned int n;
This page took 0.024372 seconds and 4 git commands to generate.