Don't leave the variable uninitialized to avoid warnings from static code analyzer and to ensure that it is never used before being initialized (while this does seem to be the case already, it's not exactly obvious).