[epiphany/wip/ephy-sync: 36/52] sync-utils: Remove unused debugging function



commit 930c2b6d8e9b7adc3ab185000faa853aaa6be1d8
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date:   Fri Jul 22 13:41:22 2016 +0300

    sync-utils: Remove unused debugging function

 src/ephy-sync-utils.c |   12 ------------
 src/ephy-sync-utils.h |    5 -----
 2 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/src/ephy-sync-utils.c b/src/ephy-sync-utils.c
index d6b4425..3eca35b 100644
--- a/src/ephy-sync-utils.c
+++ b/src/ephy-sync-utils.c
@@ -16,7 +16,6 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "ephy-debug.h"
 #include "ephy-sync-utils.h"
 
 #include <glib/gstdio.h>
@@ -126,14 +125,3 @@ ephy_sync_utils_build_json_string (const gchar *first_key,
 
   return json;
 }
-
-/* FIXME: Only for debugging, remove when no longer needed */
-void
-ephy_sync_utils_display_hex (const gchar *data_name,
-                             guint8      *data,
-                             gsize        data_length)
-{
-LOG ("%s:", data_name);
-for (gsize i = 0; i < data_length; i++)
-  LOG ("%02x", data[i]);
-}
diff --git a/src/ephy-sync-utils.h b/src/ephy-sync-utils.h
index 501437f..908f161 100644
--- a/src/ephy-sync-utils.h
+++ b/src/ephy-sync-utils.h
@@ -47,11 +47,6 @@ gchar       *ephy_sync_utils_build_json_string    (const gchar *first_key,
                                                    const gchar *first_value,
                                                    ...) G_GNUC_NULL_TERMINATED;
 
-/* FIXME: Only for debugging, remove when no longer needed */
-void         ephy_sync_utils_display_hex          (const gchar *data_name,
-                                                   guint8      *data,
-                                                   gsize        data_length);
-
 G_END_DECLS
 
 #endif


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