diff --git a/HACKING b/HACKING index 942d46ee2a..ec8e1bfbb2 100644 --- a/HACKING +++ b/HACKING @@ -36,12 +36,6 @@ lock up the entire module when called from other interfaces. If you need user input, you can either register an option or expose an interactive session type specific for the type of exploit. -3. Don't use "sleep". It has been known to cause issues with -multi-threaded programs on various platforms running an older version of -Ruby such as 1.8. Instead, we use "select(nil, nil, nil,