doubt regarding Millis

This:
Serial.read();

uses even less variables than this:
byte value = Serial.read();