Skip to content

Commit

Permalink
Remove diff2.ts (fixes #38490)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Dec 12, 2017
1 parent ec51963 commit d86d4ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 331 deletions.
325 changes: 0 additions & 325 deletions src/vs/base/common/diff/diff2.ts

This file was deleted.

6 changes: 0 additions & 6 deletions src/vs/base/test/common/diff/diff.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import * as assert from 'assert';
import { LcsDiff, IDiffChange } from 'vs/base/common/diff/diff';
import { LcsDiff2 } from 'vs/base/common/diff/diff2';

class StringDiffSequence {

Expand Down Expand Up @@ -116,11 +115,6 @@ suite('Diff', () => {
this.timeout(10000);
lcsTests(LcsDiff);
});

test('LcsDiff2 - different strings tests', function () {
this.timeout(10000);
lcsTests(LcsDiff2);
});
});

suite('Diff - Ported from VS', () => {
Expand Down

0 comments on commit d86d4ab

Please sign in to comment.