more cleanup

This commit is contained in:
Kolten Pearson 2023-05-01 00:04:44 -06:00
parent 527a783d13
commit fbfb860a84
3 changed files with 0 additions and 3 deletions

View File

@ -102,4 +102,3 @@ public:
};
} // namespace pkpy

View File

@ -435,4 +435,3 @@ const StrName __or__ = StrName::get("__or__");
const StrName __xor__ = StrName::get("__xor__");
} // namespace pkpy

View File

@ -1205,4 +1205,3 @@ inline Str obj_type_name(VM *vm, Type type){
#undef PY_VAR_FLOAT
} // namespace pkpy