summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2020-01-13 07:37:08 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-01-20 20:34:06 (GMT)
commitb62b8cea0e19073133bf3b6757500d1723d02159 (patch)
tree3f44aef6f38a4ad1cb83cac4bf5888d909699bff
parent66e511a416b80585995d2b4a669eb037471cb57d (diff)
downloadghc-b62b8cea0e19073133bf3b6757500d1723d02159.zip
ghc-b62b8cea0e19073133bf3b6757500d1723d02159.tar.gz
ghc-b62b8cea0e19073133bf3b6757500d1723d02159.tar.bz2
Remove deprecated -smp flag
It was deprecated in 2012 with 46258b40
-rw-r--r--compiler/main/DynFlags.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 675b69f..3662b9c 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -3021,8 +3021,6 @@ dynamic_flags_deps = [
------- ways ---------------------------------------------------------------
, make_ord_flag defGhcFlag "prof" (NoArg (addWay WayProf))
, make_ord_flag defGhcFlag "eventlog" (NoArg (addWay WayEventLog))
- , make_dep_flag defGhcFlag "smp"
- (NoArg $ addWay WayThreaded) "Use -threaded instead"
, make_ord_flag defGhcFlag "debug" (NoArg (addWay WayDebug))
, make_ord_flag defGhcFlag "threaded" (NoArg (addWay WayThreaded))