tests: ecore: remove no longer needed jenkins check function
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 6 Apr 2018 09:19:40 +0000 (11:19 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 13:26:02 +0000 (22:26 +0900)
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

index 0004c0f..c325716 100644 (file)
@@ -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)
 {