summary refs log tree commit diff stats
path: root/compiler/docgen2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/docgen2.nim')
-rw-r--r--compiler/docgen2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/docgen2.nim b/compiler/docgen2.nim
index 9ec8d5162..068c47bb3 100644
--- a/compiler/docgen2.nim
+++ b/compiler/docgen2.nim
@@ -51,7 +51,7 @@ proc processNodeJson(c: PPassContext, n: PNode): PNode =
   var g = PGen(c)
   generateJson(g.doc, n)
 
-proc myOpen(graph: ModuleGraph; module: PSym; cache: IdentCache): PPassContext =
+proc myOpen(graph: ModuleGraph; module: PSym): PPassContext =
   var g: PGen
   new(g)
   g.module = module