From f942256ee1472af08a085ad1f812e78ee59ef08c Mon Sep 17 00:00:00 2001 From: Michael Bentley Date: Thu, 12 Mar 2020 19:16:22 -0700 Subject: [PATCH] ALL-FLIT.cpp: remove outdated comment --- src/flit/ALL-FLIT.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/flit/ALL-FLIT.cpp b/src/flit/ALL-FLIT.cpp index 23ba9943..63d37767 100644 --- a/src/flit/ALL-FLIT.cpp +++ b/src/flit/ALL-FLIT.cpp @@ -82,8 +82,6 @@ */ // This file includes all of the source files within FLiT to be compiled in one go -// -// For now, this is an experiment to see how it affects compile-time #include "flit.cpp" #include "FlitCsv.cpp"