]> git.llucax.com Git - software/dgc/cdgc.git/blobdiff - rt/gc/cdgc/gc.d
Remove unneeded static attribute
[software/dgc/cdgc.git] / rt / gc / cdgc / gc.d
index 3a925fc40bf358a64ecdbde8985e3d932caf75da..cadda73748dd77726be57fd7ec3a311626887fa7 100644 (file)
@@ -325,7 +325,7 @@ BlkInfo getInfo(void* p)
 /**
  * Compute bin for size.
  */
-static Bins findBin(size_t size)
+Bins findBin(size_t size)
 {
     Bins bin;
     if (size <= 256)