Skip to content

Commit

Permalink
Drop shortcut_files table (osquery#7547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert authored and alessandrogario committed Apr 5, 2022
1 parent e7475d3 commit c7703ba
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 295 deletions.
1 change: 0 additions & 1 deletion osquery/tables/system/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ function(generateOsqueryTablesSystemSystemtable)
windows/services.cpp
windows/shared_resources.cpp
windows/shellbags.cpp
windows/shortcut_files.cpp
windows/shimcache.cpp
windows/smbios_tables.cpp
windows/startup_items.cpp
Expand Down
221 changes: 0 additions & 221 deletions osquery/tables/system/windows/shortcut_files.cpp

This file was deleted.

1 change: 0 additions & 1 deletion specs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ function(generateNativeTables)
"windows/shimcache.table:windows"
"windows/shellbags.table:windows"
"windows/prefetch.table:windows"
"windows/shortcut_files.table:windows"
"windows/tpm_info.table:windows"
"yara/yara_events.table:linux,macos"
"yara/yara.table:linux,macos,freebsd,windows"
Expand Down
27 changes: 0 additions & 27 deletions specs/windows/shortcut_files.table

This file was deleted.

1 change: 0 additions & 1 deletion tests/integration/tables/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ function(generateTestsIntegrationTablesTestsTest)
shared_resources.cpp
shellbags.cpp
shimcache.cpp
shortcut_files.cpp
startup_items.cpp
userassist.cpp
video_info.cpp
Expand Down
44 changes: 0 additions & 44 deletions tests/integration/tables/shortcut_files.cpp

This file was deleted.

0 comments on commit c7703ba

Please sign in to comment.