diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 07:05:59 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 07:05:59 (GMT) |
commit | c4bd28c303ce2678b0917f582cb81e67230f5b42 (patch) | |
tree | 0027786475bd95e53a5734c648dd3674c5ba98f9 /PC/os2vacpp/python.def | |
parent | 10be10cbe72cc0cc0d05b2901f6857fdbb343894 (diff) | |
download | cpython-c4bd28c303ce2678b0917f582cb81e67230f5b42.zip cpython-c4bd28c303ce2678b0917f582cb81e67230f5b42.tar.gz cpython-c4bd28c303ce2678b0917f582cb81e67230f5b42.tar.bz2 |
Remove some more references to regex that I missed.
Diffstat (limited to 'PC/os2vacpp/python.def')
-rw-r--r-- | PC/os2vacpp/python.def | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/PC/os2vacpp/python.def b/PC/os2vacpp/python.def index bc73fac..79d05b0 100644 --- a/PC/os2vacpp/python.def +++ b/PC/os2vacpp/python.def @@ -464,12 +464,6 @@ EXPORTS ; _Py_mergebitset ; _Py_meta_grammar ; _Py_newbitset - _Py_re_compile_fastmap - _Py_re_compile_initialize - _Py_re_compile_pattern - _Py_re_match - _Py_re_search - _Py_re_set_syntax ; _Py_samebitset PyBuffer_Type PyBuffer_FromObject |