Skip to content

Commit 0cf0434

Browse files
committed
remove unused func
1 parent bcf97e5 commit 0cf0434

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/test/links.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ suite('JSON Find Links', () => {
3434
});
3535
};
3636

37-
let requestService = function (uri: string): Promise<string> {
38-
return Promise.reject<string>('Resource not found');
39-
};
40-
4137
function testFindLinksWithSchema(document: TextDocument, schema: JSONSchema): PromiseLike<DocumentLink[]> {
4238
const schemaUri = "http://myschemastore/test1";
4339

0 commit comments

Comments
 (0)