I am writting a Unix script for my db admin. How do you remove empty lines?

For example, a file like this:
"abc fdafdsa

xyz
abcsyz"

I want to output the file to be:
"abc fdafdsa
xyz
abcsyz"