diff --git a/vm/vm.h b/vm/vm.h index 275ec01..858ead5 100644 --- a/vm/vm.h +++ b/vm/vm.h @@ -11,11 +11,6 @@ typedef struct flags { class VM { private: - //////////////////////// - // VARIABLES - //////////////////////// - - //////////////////////// // FUNCTIONS ///////////////////////