MT#55283 move required function

Change-Id: Id25c3b210c3385056c78f17d985fbe019c50288d
pull/2149/head
Richard Fuchs 1 week ago
parent 71da9f8047
commit 8c2c535aa8

@ -217,7 +217,3 @@ int main(void)
crypto_cleanup_session_key(&ctx);
}
int get_local_log_level(unsigned int u) {
return -1;
}

@ -11,9 +11,6 @@
struct rtpengine_config rtpe_config = {
};
int get_local_log_level(unsigned int u) {
return -1;
}
int main(int argc, char **argv) {
if (argc < 5) {

@ -294,7 +294,3 @@ int main(int argc, char** argv) {
crypto_cleanup_session_key(&ctx);
}
int get_local_log_level(unsigned int u) {
return -1;
}

@ -49,3 +49,7 @@ void log_info_str(const str *s) { }
void log_info_c_string(const char *s) { }
void log_info_ice_agent(struct ice_agent *ag) { }
void log_info_media(struct call_media *m) { }
int get_local_log_level(unsigned int u) {
return 7;
}

@ -134,7 +134,3 @@ int main(void) {
return 0;
}
int get_local_log_level(unsigned int u) {
return -1;
}

@ -148,7 +148,3 @@ int main(void) {
return 0;
}
int get_local_log_level(unsigned int u) {
return -1;
}

@ -33,7 +33,3 @@ int main(void) {
test("doesn't exist", 0);
return 0;
}
int get_local_log_level(unsigned int u) {
return -1;
}

@ -125,7 +125,3 @@ int main(void) {
return 0;
}
int get_local_log_level(unsigned int u) {
return -1;
}

@ -21,10 +21,6 @@ struct bufferpool *shm_bufferpool;
struct bufferpool *static_bufferpool;
void kernel_thread_init(void) {}
int get_local_log_level(unsigned int u) {
return -1;
}
int main(void) {
struct mix_buffer mb;

@ -156,7 +156,3 @@ int main(void) {
return 0;
}
int get_local_log_level(unsigned int u) {
return -1;
}

@ -58,7 +58,3 @@ int main(void) {
return 0;
}
int get_local_log_level(unsigned int u) {
return 7;
}

@ -9141,7 +9141,3 @@ int main(void) {
return 0;
}
int get_local_log_level(unsigned int u) {
return 7;
}

@ -1837,7 +1837,3 @@ int main(void) {
return 0;
}
int get_local_log_level(unsigned int u) {
return 7;
}

Loading…
Cancel
Save