Skip to content

Commit

Permalink
remove unused WinIOCallback
Browse files Browse the repository at this point in the history
Noone is using it, no need to maintain it.
  • Loading branch information
robUx4 committed Dec 18, 2023
1 parent 1455f39 commit e8ff59d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 268 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ project(ebml VERSION 2.0.0)

option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
option(ENABLE_WIN32_IO "Build the Windows I/O helper class" OFF)
option(BUILD_SHARED_LIBS "Build libebml as a shared library" OFF)

include(GNUInstallDirs)
Expand Down Expand Up @@ -36,11 +35,6 @@ set(libebml_SOURCES
src/SafeReadIOCallback.cpp
src/StdIOCallback.cpp)

if(WIN32 AND ENABLE_WIN32_IO)
list(APPEND libebml_SOURCES
src/platform/win32/WinIOCallback.cpp)
endif()

set(libebml_PUBLIC_HEADERS
ebml/EbmlBinary.h
ebml/EbmlConfig.h
Expand Down
212 changes: 0 additions & 212 deletions src/platform/win32/WinIOCallback.cpp

This file was deleted.

50 changes: 0 additions & 50 deletions src/platform/win32/WinIOCallback.h

This file was deleted.

0 comments on commit e8ff59d

Please sign in to comment.