From fbfb860a840a27c2148063a39a2883c49ab0edc2 Mon Sep 17 00:00:00 2001 From: Kolten Pearson Date: Mon, 1 May 2023 00:04:44 -0600 Subject: [PATCH] more cleanup --- src/error.h | 1 - src/str.h | 1 - src/vm.h | 1 - 3 files changed, 3 deletions(-) diff --git a/src/error.h b/src/error.h index 41bbd8be..a216b8a9 100644 --- a/src/error.h +++ b/src/error.h @@ -102,4 +102,3 @@ public: }; } // namespace pkpy - diff --git a/src/str.h b/src/str.h index 17434014..72a6235d 100644 --- a/src/str.h +++ b/src/str.h @@ -435,4 +435,3 @@ const StrName __or__ = StrName::get("__or__"); const StrName __xor__ = StrName::get("__xor__"); } // namespace pkpy - diff --git a/src/vm.h b/src/vm.h index 1603379b..97951a18 100644 --- a/src/vm.h +++ b/src/vm.h @@ -1205,4 +1205,3 @@ inline Str obj_type_name(VM *vm, Type type){ #undef PY_VAR_FLOAT } // namespace pkpy -