2013-05-25 Miguel Figueiredo
* device/blkio.c (disksort): remove unused function
diff --git a/device/blkio.c b/device/blkio.c
index 26d4a75..27fec0e 100644
--- a/device/blkio.c
+++ b/device/blkio.c
@@ -107,132 +107,3 @@ vm_offset_t block_io_mmap()
return (0);
}
-/*
- * Disk sort routi
Hi all,
On gnumach/device/blkio.c, disksort function although declared here it's
not used on gnumach nor on hurd.
I guess it's safe to remove in case of cleanup.
--
Melhores cumprimentos/Best regards,
Miguel Figueiredo
2013-05-14 Miguel Figueiredo
* mach-defpager/kalloc.c: remove useless #define
diff --git a/mach-defpager/kalloc.c b/mach-defpager/kalloc.c
index 8efb85f..97e3ee8 100644
--- a/mach-defpager/kalloc.c
+++ b/mach-defpager/kalloc.c
@@ -50,9 +50,6 @@ static void free_hook (void *ptr, const void *call
2013-05-14 Miguel Figueiredo
* mach-defpager/kalloc.c (kalloc_init): remove unused variables
diff --git a/mach-defpager/kalloc.c b/mach-defpager/kalloc.c
index 8efb85f..2f42509 100644
--- a/mach-defpager/kalloc.c
+++ b/mach-defpager/kalloc.c
@@ -92,8 +92,6 @@ boolean_t kalloc_initia