Only 1 input reading from LDR on analog input?

You don't need these lines:
pinMode(A0, INPUT);
pinMode(A1, INPUT);
pinMode(A2, INPUT);
pinMode(A3, INPUT);
pinMode(A4, INPUT);
pinMode(A5, INPUT);

If you change the code to only use A1 what happens?