Commit 538c8258c7

Krzysztof Wolicki <der.teufel.mail@gmail.com>
2023-05-05 12:01:00
autodoc: Remove debug code
1 parent e0c65ce
Changed files (1)
lib
docs
lib/docs/main.js
@@ -4850,11 +4850,4 @@ function RadixTree() {
 
 // BUT!
 
-// We want to be able to search "Hash", for example!
-
-function findDeclByName(name) {
-  for (let i = 0; i < zigAnalysis.decls.length; i += 1) {
-    let decl = zigAnalysis.decls[i];
-    if(decl[0] == name) return decl;
-  }
-}
\ No newline at end of file
+// We want to be able to search "Hash", for example!
\ No newline at end of file