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

Drop shortcut_files table #7547

Merged
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 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.