The lstm version used in pytorch

As described in document 1.8.1, The input, forget and output gate do not contain c_{t-1}, the cell state at time-step t-1. Why PyTorch delete the c_{t-1}?