Browse Source

more cleanup

Kolten Pearson 2 years ago
parent
commit
fbfb860a84
3 changed files with 0 additions and 3 deletions
  1. 0 1
      src/error.h
  2. 0 1
      src/str.h
  3. 0 1
      src/vm.h

+ 0 - 1
src/error.h

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

+ 0 - 1
src/str.h

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

+ 0 - 1
src/vm.h

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