[sgen] Remove superfluous function indirection.
authorMark Probst <mark.probst@gmail.com>
Tue, 28 Oct 2014 19:17:22 +0000 (12:17 -0700)
committerMark Probst <mark.probst@gmail.com>
Mon, 23 Mar 2015 22:34:03 +0000 (15:34 -0700)
mono/metadata/sgen-marksweep.c

index 98edb674a3f7b0955579e1ff6e12d83237cfa46e..d331c723ff7764fb23ef57fc04e3092f2ce19670 100644 (file)
@@ -1107,7 +1107,7 @@ bitcount (mword d)
 }
 
 static void
-ms_sweep (void)
+major_sweep (void)
 {
        int i;
        MSBlockInfo *block;
@@ -1226,12 +1226,6 @@ ms_sweep (void)
        have_swept = TRUE;
 }
 
-static void
-major_sweep (void)
-{
-       ms_sweep ();
-}
-
 static gboolean
 major_have_finished_sweeping (void)
 {