]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/ExitCodes.hs
Allow "TBA" laps in TSN.XML.AutoRacingSchedule.
[dead/htsn-import.git] / src / ExitCodes.hs
index 7371e86326ff3b66eabd52c4c654bd7508df5189..acb725274a993fe7c882bc5dda329c8e0c084f8b 100644 (file)
@@ -2,16 +2,10 @@
 --   ExitSuccess).
 --
 module ExitCodes (
-  exit_no_connection_string,
   exit_no_xml_files )
 where
 
--- | No connection string was given on the command line or in the
---   config file.
-exit_no_connection_string :: Int
-exit_no_connection_string = 1
-
 -- | No XML files were given on the command line.
 exit_no_xml_files :: Int
-exit_no_xml_files = 2
+exit_no_xml_files = 1