summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/PhaseAssembly.scala
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2012-11-21 00:06:52 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2012-11-21 00:06:52 -0800
commit1cfb36317834f9bca0c3ce94e92590f7b4ace3b7 (patch)
tree5cbaa40f2d1745fc8af00ad50a6b05887df7dea1 /src/compiler/scala/tools/nsc/PhaseAssembly.scala
parent54655b3eea1f4c66576ef97ae0226674b1c93186 (diff)
parent373ded2ad31e6c9d85a6e3ca40774913ba2ab4f9 (diff)
downloadscala-1cfb36317834f9bca0c3ce94e92590f7b4ace3b7.tar.gz
scala-1cfb36317834f9bca0c3ce94e92590f7b4ace3b7.tar.bz2
scala-1cfb36317834f9bca0c3ce94e92590f7b4ace3b7.zip
Merge pull request #1648 from paulp/unused-bonanza-2
Removing unused code, take 2.
Diffstat (limited to 'src/compiler/scala/tools/nsc/PhaseAssembly.scala')
-rw-r--r--src/compiler/scala/tools/nsc/PhaseAssembly.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/PhaseAssembly.scala b/src/compiler/scala/tools/nsc/PhaseAssembly.scala
index bef81b6ff3..67dc1e3b66 100644
--- a/src/compiler/scala/tools/nsc/PhaseAssembly.scala
+++ b/src/compiler/scala/tools/nsc/PhaseAssembly.scala
@@ -182,7 +182,7 @@ trait PhaseAssembly {
/** Remove all nodes in the given graph, that have no phase object
* Make sure to clean up all edges when removing the node object
- * <code>Inform</code> with warnings, if an external phase has a
+ * `Inform` with warnings, if an external phase has a
* dependency on something that is dropped.
*/
def removeDanglingNodes() {