diff --git a/cpp-game-vs/main.cpp b/cpp-game-vs/main.cpp index 6750a52..b226450 100644 --- a/cpp-game-vs/main.cpp +++ b/cpp-game-vs/main.cpp @@ -8,16 +8,6 @@ int main() int plays = Global::number_of_play(), counter = 0, player_score = 0, ai_score = 0; auto ai = ComputerResponse::random_actions(plays); - int* mypointer; - - mypointer = NULL; - *mypointer = 30; - - wchar_t w = L'Â'; - double velocity; - - char x = w; - Rule::GameLogic who_wins; while (plays != counter) { auto choice = Global::player_choice();