Remove dead assignment and the stale assert, which checked for the dead value, with it.
[cparser] / preproctest / header.h
index b779b43..3353b70 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef HEADER_H
 #define HEADER_H
 
-#include "preproctest/header.h"
-
 int in_the_header;
 
 #endif