stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ea60b359a7c96a4d4c34bc71677b6e915f456701

commit ea60b359a7c96a4d4c34bc71677b6e915f456701
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Fri Apr 6 11:19:40 2018 +0200

    tests: ecore: remove no longer needed jenkins check function
    
    After changes to the ecore_timer tests this function is no longer used
    or needed. It can safely go.
---
 src/tests/ecore/ecore_test_timer.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/tests/ecore/ecore_test_timer.c 
b/src/tests/ecore/ecore_test_timer.c
index 0004c0f420..c325716e3b 100644
--- a/src/tests/ecore/ecore_test_timer.c
+++ b/src/tests/ecore/ecore_test_timer.c
@@ -34,22 +34,6 @@ struct _timers           // timer struct
    double precision[3];
 };
 
-static int
-_efl_test_jenkins_run(void)
-{
-   char *jenkins_url = NULL;
-
-   jenkins_url = getenv("JENKINS_URL");
-
-   if (!jenkins_url)
-     return 0;
-
-   if (strcmp(jenkins_url, "https://build.enlightenment.org/";) == 0)
-     return 1;
-   else
-     return 0;
-}
-
 static Eina_Bool
 _timer1_cb(void *data)
 {

-- 


Reply via email to