[gnome-calculator/gnome-3-16] search-provider: remove ill-advised assertion



commit 53a33ef39a12a141191ad0ab4f9309ba09fc4a5f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Jun 9 17:38:16 2015 -0500

    search-provider: remove ill-advised assertion
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750672

 search-provider/search-provider.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/search-provider/search-provider.vala b/search-provider/search-provider.vala
index 92ff1fa..75de3d7 100644
--- a/search-provider/search-provider.vala
+++ b/search-provider/search-provider.vala
@@ -104,7 +104,6 @@ public class SearchProvider : Object
         try
         {
             subprocess.communicate_utf8 (null, null, out stdout_buf, out stderr_buf);
-            assert (stderr_buf == "");
         }
         catch (Error e)
         {


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