summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_unicodeobject_generated.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_unicodeobject_generated.h')
-rw-r--r--Include/internal/pycore_unicodeobject_generated.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/internal/pycore_unicodeobject_generated.h b/Include/internal/pycore_unicodeobject_generated.h
index b00119a..69d93a9 100644
--- a/Include/internal/pycore_unicodeobject_generated.h
+++ b/Include/internal/pycore_unicodeobject_generated.h
@@ -543,9 +543,6 @@ _PyUnicode_InitStaticStrings(PyInterpreterState *interp) {
string = &_Py_ID(_align_);
assert(_PyUnicode_CheckConsistency(string, 1));
_PyUnicode_InternInPlace(interp, &string);
- string = &_Py_ID(_annotation);
- assert(_PyUnicode_CheckConsistency(string, 1));
- _PyUnicode_InternInPlace(interp, &string);
string = &_Py_ID(_anonymous_);
assert(_PyUnicode_CheckConsistency(string, 1));
_PyUnicode_InternInPlace(interp, &string);