Skip to content

Commit

Permalink
remove undocumented code, not planned atm (#13986)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded authored May 29, 2023
1 parent e9e9292 commit 29283aa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 369 deletions.
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.

0 comments on commit 29283aa

Please sign in to comment.