From da4237f349a98ac6ebe52dc691db01f042cc850b Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Wed, 5 Mar 2025 22:32:47 -0500 Subject: [PATCH] chore: rm unused common/stdbitset.h --- src/lib/common/CMakeLists.txt | 1 - src/lib/common/stdbitset.h | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 src/lib/common/stdbitset.h diff --git a/src/lib/common/CMakeLists.txt b/src/lib/common/CMakeLists.txt index 278c0dc7a..4a0d0ab93 100644 --- a/src/lib/common/CMakeLists.txt +++ b/src/lib/common/CMakeLists.txt @@ -9,7 +9,6 @@ add_library(common INTERFACE common.h version.h IInterface.h - stdbitset.h stddeque.h stdexcept.h stdfstream.h diff --git a/src/lib/common/stdbitset.h b/src/lib/common/stdbitset.h deleted file mode 100644 index 207e66d81..000000000 --- a/src/lib/common/stdbitset.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Deskflow -- mouse and keyboard sharing utility - * SPDX-FileCopyrightText: (C) 2012 - 2016 Symless Ltd. - * SPDX-FileCopyrightText: (C) 2002 Chris Schoeneman - * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception - */ -#pragma once - -#include "stdpre.h" - -#include - -#include "stdpost.h"