How to redirect http://mydomain/blog/blahblah/ to http://mydomain/blahblah/ in wordpress htaccess?

This is not a WordPress question. Anyway …

RewriteRule ^blog/(.*) /$1 [L,R=301]