If the salt remains the same, then the hash remains the same: salt+password = salt+password.
Unless you use a different salt per user, like their username, since it cannot change.
In short, salt could be used but for the same passwords the hash would still be the same, which isn't really that big of a problem
