Skip to content

Commit

Permalink
Everywhere: Remove references to non-existent paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tcl3 authored and awesomekling committed May 31, 2024
1 parent 71e27dc commit 73a27a2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
/Lagom/Tools/CodeGenerators/LibWeb @AtkinsSJ
/Tests/LibCompress @timschumi
/Toolchain @BertalanD
/Userland/Applications/Spreadsheet @alimpfard
/Userland/BuggieBox @timschumi
/Userland/DynamicLoader @BertalanD
/Userland/Libraries/LibArchive @timschumi
/Userland/Libraries/LibCompress @timschumi
/Userland/Libraries/LibCore/File.* @timschumi
Expand Down
2 changes: 0 additions & 2 deletions Documentation/VSCodeConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ following ``c_cpp_properties.json`` to circumvent some errors. Even with the con
"${workspaceFolder}",
"${workspaceFolder}/Build/x86_64/",
"${workspaceFolder}/Build/x86_64/Userland",
"${workspaceFolder}/Build/x86_64/Userland/Applications",
"${workspaceFolder}/Build/x86_64/Userland/Libraries",
"${workspaceFolder}/Build/x86_64/Userland/Services",
"${workspaceFolder}/Build/x86_64/Root/usr/include/**",
Expand Down Expand Up @@ -96,7 +95,6 @@ following ``c_cpp_properties.json`` to circumvent some errors. Even with the con
"${workspaceFolder}",
"${workspaceFolder}/Build/x86_64/",
"${workspaceFolder}/Build/x86_64/Userland",
"${workspaceFolder}/Build/x86_64/Userland/Applications",
"${workspaceFolder}/Build/x86_64/Userland/Libraries",
"${workspaceFolder}/Build/x86_64/Userland/Services",
"${workspaceFolder}/Build/x86_64/Root/usr/include/**",
Expand Down
1 change: 0 additions & 1 deletion Ladybird/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ target_link_libraries(ladybird PRIVATE AK LibCore LibFileSystem LibGfx LibImageD

target_include_directories(ladybird PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
target_include_directories(ladybird PRIVATE ${SERENITY_SOURCE_DIR}/Userland/)
target_include_directories(ladybird PRIVATE ${SERENITY_SOURCE_DIR}/Userland/Applications/)
target_include_directories(ladybird PRIVATE ${SERENITY_SOURCE_DIR}/Userland/Services/)

function(set_helper_process_properties)
Expand Down
6 changes: 0 additions & 6 deletions Meta/lint-shell-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ if [ "$#" -eq "0" ]; then
mapfile -t files < <(
git ls-files -- \
'*.sh' \
':!:Ports' \
':!:Userland/Shell/Tests' \
':!:Base/home/anon/Tests' \
':!:Base/root/generate_manpages.sh' \
':!:Base/usr/share/shell' \
':!:Base/etc/shellrc' \
)
else
files=()
Expand Down

0 comments on commit 73a27a2

Please sign in to comment.