[memprof: 16/76] process.c: Remove my_str_equal as it is unused



commit de072085e0b03492c3d42e5d7df0309d8eb36cd0
Author: Holger Hans Peter Freyther <zecke selfish org>
Date:   Thu Jun 4 13:07:40 2009 +0200

    process.c: Remove my_str_equal as it is unused

 src/process.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/process.c b/src/process.c
index 78aee26..a508913 100644
--- a/src/process.c
+++ b/src/process.c
@@ -944,12 +944,6 @@ process_block_foreach (MPProcess                 *process,
 	g_hash_table_foreach (block_table, block_table_foreach_func, &info);
 }
 
-static gboolean
-my_str_equal (const char *s1, const char *s2)
-{
-	return s1 == s2;
-}
-
 gboolean
 symbol_equal (gconstpointer s1, gconstpointer s2)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]