winlin

remove the test code of main.

@@ -138,11 +138,6 @@ void show_macro_features() @@ -138,11 +138,6 @@ void show_macro_features()
138 int main(int argc, char** argv) 138 int main(int argc, char** argv)
139 { 139 {
140 int ret = ERROR_SUCCESS; 140 int ret = ERROR_SUCCESS;
141 -  
142 -// TODO: FIXME: remove following.  
143 -char* ptr = new char[1024];  
144 -delete ptr;  
145 -ptr[0] = 0;  
146 141
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());