get rid of completionSorting => spare some memory and time

This commit is contained in:
peter
2012-07-16 15:10:24 +02:00
parent 1b00317fe9
commit ad5fc6b286
11 changed files with 16 additions and 132 deletions
@@ -1,8 +0,0 @@
import foo.Foo;
import bar.*;
class Bar {
{
Foo.foo(Foo<caret>x)
}
}