remove reference to non-existent file

This commit is contained in:
Benjamin Peterson 2011-10-01 00:11:09 -04:00
parent 811c2f1369
commit 31616ea2ff

View file

@ -1,8 +1,7 @@
/* /*
Unicode implementation based on original code by Fredrik Lundh, Unicode implementation based on original code by Fredrik Lundh,
modified by Marc-Andre Lemburg <mal@lemburg.com> according to the modified by Marc-Andre Lemburg <mal@lemburg.com>.
Unicode Integration Proposal (see file Misc/unicode.txt).
Major speed upgrades to the method implementations at the Reykjavik Major speed upgrades to the method implementations at the Reykjavik
NeedForSpeed sprint, by Fredrik Lundh and Andrew Dalke. NeedForSpeed sprint, by Fredrik Lundh and Andrew Dalke.