Using 2 buttons simultaneously to make a 3rd action

  buttonState4 = digitalRead(buttonPin2);digitalRead(buttonPin3);

What is this supposed to do?