Destroy an input stream
| 184 | |
| 185 | // Destroy an input stream |
| 186 | static void DestroyInputStream(Preprocessor* /*preprocessor*/, PreprocessorInputStream* inputStream) |
| 187 | { |
| 188 | delete inputStream; |
| 189 | } |
| 190 | |
| 191 | // Create an input stream to represent a pre-tokenized input file. |
| 192 | // TODO(tfoley): pre-tokenizing files isn't going to work in the long run. |
no outgoing calls
no test coverage detected