Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
6e11b50a
Commit
6e11b50a
authored
Jun 12, 2008
by
Ian Lynagh
Browse files
Remove unused FFI import GetTempPathA (getTempPath)
parent
c272ec8d
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/main/SysTools.lhs
View file @
6e11b50a
...
@@ -311,10 +311,6 @@ initSysTools mbMinusB dflags
...
@@ -311,10 +311,6 @@ initSysTools mbMinusB dflags
-- elaborate it in the same way as the others
-- elaborate it in the same way as the others
}
}
}
}
#if defined(mingw32_HOST_OS)
foreign import stdcall unsafe "GetTempPathA" getTempPath :: Int -> CString -> IO Int32
#endif
\end{code}
\end{code}
\begin{code}
\begin{code}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment