In previous versions of Xcode it was possible to create a key binding to delete the current line. There were different solutions and they are described for example here:
http://bigdiver.wordpress.com/2009/09/11/configure-homeend-key-bidings-on-mac-os-x/
http://www.betadesigns.co.uk/Blog/2010/02/03/custom-xcode-shortcuts/
All solutions include modifying one of these files:
~/Library/Application Support/Xcode/Key Bindings/*.pbxkeys ~/Library/KeyBindings/DefaultKeyBinding.dict ~/Library/KeyBindings/PBKeyBinding.dict
A good resource for the existing shortcuts in Xcode 4 is http://cocoasamurai.blogspot.com/2011/03/xcode-4-keyboard-shortcuts-now.html . There are many listed regarding deletion, but none for "delete line".
BUT, these solutions do NOT work for Xcode 4 anymore. Does somebody have a solution for Xcode 4?