diff --git a/cv6/main.c b/cv6/main.c index ce383f0..696f3f7 100644 --- a/cv6/main.c +++ b/cv6/main.c @@ -36,7 +36,6 @@ int main(){ srand(time(NULL)); struct station* station = create_station(); test_station(station); - count_capacity(station); destroy_station(station); return 0;