remove non-compiled code

This commit is contained in:
Povilas Kanapickas
2010-10-20 19:57:00 +01:00
committed by Noel Power
parent 1d6235cea5
commit 473e4d6c04
6 changed files with 0 additions and 264 deletions

View File

@@ -534,15 +534,6 @@ RTLFUNC(DoEvents)
// don't undstand what upstream are up to
// we already process application events etc. in between
// basic runtime pcode ( on a timed basis )
#if 0
// Dummy implementation as the following code leads
// to performance problems for unknown reasons
//Timer aTimer;
//aTimer.SetTimeout( 1 );
//aTimer.Start();
//while ( aTimer.IsActive() )
// Application::Reschedule();
#endif
// always return 0
rPar.Get(0)->PutInteger( 0 );
}