Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove undocumented code, not planned atm #13986

Merged
merged 1 commit into from
May 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion conan/tools/cmake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from conan.tools.cmake.toolchain.toolchain import CMakeToolchain
from conan.tools.cmake.cmake import CMake
from conan.tools.cmake.cmakedeps.cmakedeps import CMakeDeps
from conan.tools.cmake.file_api import CMakeFileAPI
from conan.tools.cmake.layout import cmake_layout
144 changes: 0 additions & 144 deletions conan/tools/cmake/file_api.py

This file was deleted.

1 change: 0 additions & 1 deletion conan/tools/files/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
move_folder_contents

from conan.tools.files.patches import patch, apply_conandata_patches, export_conandata_patches
from conan.tools.files.cpp_package import CppPackage
from conan.tools.files.packager import AutoPackager
from conan.tools.files.symlinks import symlinks
from conan.tools.files.copy_pattern import copy
Expand Down
77 changes: 0 additions & 77 deletions conan/tools/files/cpp_package.py

This file was deleted.

146 changes: 0 additions & 146 deletions conans/test/functional/toolchains/cmake/test_file_api.py

This file was deleted.