Remove dead assignment and the stale assert, which checked for the dead value, with it.
[cparser] / preproctest / header.h
1 #ifndef HEADER_H
2 #define HEADER_H
3
4 int in_the_header;
5
6 #endif