remove obsolete code

This commit is contained in:
krangelov
2019-08-18 09:09:40 +02:00
parent 85a81ef741
commit 148590927c
4 changed files with 1 additions and 556 deletions

View File

@@ -7,7 +7,7 @@ import System.FilePath(takeExtension,takeFileName,takeDirectory,(</>))
import RunHTTP(runHTTP,Options(..))
import ServeStaticFile(serveStaticFile)
import PGFService(cgiMain',getPath,stderrToFile,logFile,newPGFCache)
import FastCGIUtils(outputJSONP,handleCGIErrors)
import CGIUtils(outputJSONP,handleCGIErrors)
import Paths_gf_server(getDataDir)