mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +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
|
@ -139,11 +139,6 @@ 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…
Add table
Add a link
Reference in a new issue