winlin

remove the test code of main.

@@ -139,11 +139,6 @@ int main(int argc, char** argv) @@ -139,11 +139,6 @@ int main(int argc, char** argv)
139 { 139 {
140 int ret = ERROR_SUCCESS; 140 int ret = ERROR_SUCCESS;
141 141
142 -// TODO: FIXME: remove following.  
143 -char* ptr = new char[1024];  
144 -delete ptr;  
145 -ptr[0] = 0;  
146 -  
147 // TODO: support both little and big endian. 142 // TODO: support both little and big endian.
148 srs_assert(srs_is_little_endian()); 143 srs_assert(srs_is_little_endian());
149 144