diff --git a/src/processingunit.cpp b/src/processingunit.cpp deleted file mode 100644 index a20b399..0000000 --- a/src/processingunit.cpp +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (C) 2022 Riyyi - * Copyright (C) 2022 Th3FrankXD - * - * SPDX-License-Identifier: MIT - */ - -#include "processing-unit.h" - -ProcessingUnit::ProcessingUnit() -{ -} - -ProcessingUnit::~ProcessingUnit() -{ -}