Remove multiple definition of GREENTEA_SETUP added due to rebase

pull/4596/head
Azim Khan 2017-06-13 10:02:55 +01:00 committed by adbridge
parent 0ffbf756d5
commit 101cf5e6a3
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ extern const char* GREENTEA_TEST_ENV_LCOV_START;
/** /**
* Greentea-client related API for communication with host side * Greentea-client related API for communication with host side
*/ */
void GREENTEA_SETUP(const int, const char *);
void GREENTEA_SETUP_UUID(const int timeout, const char *host_test_name, char *buffer, size_t size); void GREENTEA_SETUP_UUID(const int timeout, const char *host_test_name, char *buffer, size_t size);
void GREENTEA_TESTSUITE_RESULT(const int); void GREENTEA_TESTSUITE_RESULT(const int);
void GREENTEA_TESTCASE_START(const char *test_case_name); void GREENTEA_TESTCASE_START(const char *test_case_name);