chiark / gitweb /
data structure for features
[trains.git] / hostside / safety.h
index 82caacf389ed165f93e748c2e86c743e40516b56..518a54bb26ed42a370c00c2f15e29982c55dcc29 100644 (file)
@@ -86,10 +86,6 @@ struct Segment {
   const SegmentInfo *i;
 };
 
-extern int n_trains;
-extern Train *trains;
-extern Segment *segments;
-
 /*========== embed.c ==========*/
 /* surrounds the algorithms and machinery in a program: logging, error
  * handling, arg parsing, etc.