Skip to content

Commit

Permalink
Remove unused tmpdir
Browse files Browse the repository at this point in the history
darcs-hash:20070209102652-9561d-2e3e047a8e5614601d3557895e5601e7cf673ce1
  • Loading branch information
Duncan Coutts committed Feb 9, 2007
1 parent a369162 commit 6b20330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions c2hs/toplevel/C2HSConfig.hs.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module C2HSConfig (
--
-- programs and paths
--
cpp, cppopts, datadir, libfname, hpaths, tmpdir,
cpp, cppopts, datadir, libfname, hpaths,
--
-- parameters of the targeted C compiler
--
Expand Down Expand Up @@ -79,12 +79,6 @@ libfname = "C2HS.hs"
hpaths :: [FilePath]
hpaths = [".", "/usr/include", "/usr/local/include"]

-- |Possibly system-dependent location for temporary files
--
tmpdir :: String
tmpdir = "@TMPDIR@"


-- parameters of the targeted C compiler
-- -------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion c2hs/toplevel/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ import CHS (CHSModule, loadCHS, dumpCHS, hssuffix, chssuffix, dumpCHI)
import GenHeader (genHeader)
import GenBind (expandHooks)
import Version (version, copyright, disclaimer)
import C2HSConfig (cpp, cppopts, datadir, libfname, tmpdir, PlatformSpec(..),
import C2HSConfig (cpp, cppopts, datadir, libfname, PlatformSpec(..),
defaultPlatformSpec, platformSpecDB)


Expand Down

0 comments on commit 6b20330

Please sign in to comment.