[grilo/mocking: 25/27] net: Remove bogus assignment



commit eaf0877aa50b7282c03787ed0e9154d57eb6d4dc
Author: Mathias Hasselmann <mathias openismus com>
Date:   Mon Oct 22 16:03:06 2012 +0200

    net: Remove bogus assignment
    
    Lesson learned: Alway commit from IDE, so that you don't forget saving.

 libs/net/grl-net-mock.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libs/net/grl-net-mock.c b/libs/net/grl-net-mock.c
index 7a72b76..2f92480 100644
--- a/libs/net/grl-net-mock.c
+++ b/libs/net/grl-net-mock.c
@@ -159,8 +159,6 @@ void init_mock_requester (GrlNetWc *self)
     return;
   }
 
-  enable_mocking = TRUE;
-
   /* Read configuration file. */
   GError *error = NULL;
   config = g_key_file_new ();



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