[epiphany/wip/ephy-sync] sync-utils: Remove unused debugging function
- From: Gabriel - Cristian Ivascu <gabrielivascu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/ephy-sync] sync-utils: Remove unused debugging function
- Date: Fri, 22 Jul 2016 16:17:42 +0000 (UTC)
commit 070eaf45591130f6885efa1bbd5de8517b7bffff
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]