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.
This commit is contained in:
Stefan Schmidt 2018-04-06 11:19:40 +02:00
parent 7b4d9f5905
commit ea60b359a7
1 changed files with 0 additions and 16 deletions

View 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)
{