This commit is contained in:
2024-09-23 20:22:43 -05:00
parent dfb9d78448
commit c4326520cd
2 changed files with 75 additions and 50 deletions

View File

@ -223,11 +223,6 @@ E_SIMPLE1(orphaned_file_detected, warn, true,
std::string, source, src, E_STRING
);
E_SIMPLE2(orphaned_file_processed, warn, true,
std::string, source, src, E_STRING,
std::string, dest, dest, E_STRING
);
E_SIMPLE3(orphaned_file_processing_failed, error, true,
std::string, source, src, E_STRING,
std::string, dest, dest, E_STRING,