chore: remove unused common/stdfstream

This commit is contained in:
sithlord48
2025-03-05 23:13:04 -05:00
committed by Nick Bolton
parent d580dfba57
commit 38b2798bb7
2 changed files with 0 additions and 16 deletions

View File

@ -11,7 +11,6 @@ add_library(common INTERFACE
IInterface.h
stddeque.h
stdexcept.h
stdfstream.h
stdistream.h
stdlist.h
stdmap.h

View File

@ -1,15 +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 "stdistream.h"
#include <fstream>
#include "stdpost.h"