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:
parent
2048fbf731
commit
67188dcee7
1 changed files with 0 additions and 5 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue