Why set it to null first ?
[EDIT]
there was this code about reading some file..it was like
StreamReader sr=null;
StreamReader sr= new StreamReader("file.txt");
I asked why would you set "SR" as null first BEFORE referencing the file u wanna read