Remove dead code
parent
620bebb999
commit
88c1509d69
|
@ -981,7 +981,6 @@ void GetArrayCopy(Type*& dest, ai_uint num ) {
|
|||
for ( size_t i=0; i<num; ++i ) {
|
||||
dest[i] = old[i];
|
||||
}
|
||||
// ::memcpy(dest, old, sizeof(Type) * num);
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue