From f6dafee748ec280fcccac3fefa0679c3cc665b5a Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 27 Feb 2017 12:52:54 -0800 Subject: [PATCH] Remove dead code --- src/Interfaces.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Interfaces.ts b/src/Interfaces.ts index ca9de632..d2f8e872 100644 --- a/src/Interfaces.ts +++ b/src/Interfaces.ts @@ -87,13 +87,6 @@ export interface LinkMatcherOptions { validationCallback?: LinkMatcherValidationCallback; } -/** - * - * @param a - */ -function a(a) { -} - /** * Handles actions generated by the parser. */