Remove incorrect assert added by 05f9a740
authorRoland Schulz <roland@utk.edu>
Thu, 10 Jan 2013 21:28:51 +0000 (16:28 -0500)
committerRoland Schulz <roland@utk.edu>
Thu, 10 Jan 2013 21:28:51 +0000 (16:28 -0500)
Change-Id: I39c3ba9135e44112fe54523e4cbf8125410b238c

src/gmxlib/selection/compiler.c

index 223f77e629581cab1c8026077c6cb0e3ba024b35..cd5468ad8461bea809982e08ad98019fbe8b65b0 100644 (file)
@@ -2081,7 +2081,6 @@ analyze_static(gmx_sel_evaluate_t *data, t_selelem *sel, gmx_ana_index_t *g)
 
         case SEL_EXPRESSION:
         case SEL_MODIFIER:
-            assert(g);
             rc = _gmx_sel_evaluate_method_params(data, sel, g);
             if (rc != 0)
             {