1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

remove the test code of main.

This commit is contained in:
winlin 2014-09-30 16:28:59 +08:00
parent 2048fbf731
commit 67188dcee7

View file

@ -138,11 +138,6 @@ void show_macro_features()
int main(int argc, char** argv)
{
int ret = ERROR_SUCCESS;
// TODO: FIXME: remove following.
char* ptr = new char[1024];
delete ptr;
ptr[0] = 0;
// TODO: support both little and big endian.
srs_assert(srs_is_little_endian());