Remove comment whose meaning is unclear at best.

What is is it saying we shouldn't be doing?

Change-Id: Iad26687f3f3f482af09760255fef7189ed71a3ae
Reviewed-on: https://code.wireshark.org/review/31391
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-01-05 13:35:08 -08:00
parent d5c6ed80f1
commit 10a7993bae
1 changed files with 0 additions and 2 deletions

View File

@ -103,7 +103,6 @@ if(BUILD_androiddump)
set_executable_resources(androiddump "Androiddump")
add_executable(androiddump ${androiddump_FILES})
# XXX Shouldn't we add wsutil to androiddump_LIBS instead?
set_extcap_executable_properties(androiddump)
target_link_libraries(androiddump ${androiddump_LIBS})
install(TARGETS androiddump RUNTIME DESTINATION ${EXTCAP_INSTALL_LIBDIR})
@ -223,7 +222,6 @@ if(BUILD_randpktdump)
set_executable_resources(randpktdump "randpktdump")
add_executable(randpktdump ${randpktdump_FILES})
# XXX Shouldn't we add wsutil to randpktdump_LIBS instead?
set_extcap_executable_properties(randpktdump)
target_link_libraries(randpktdump ${randpktdump_LIBS})
install(TARGETS randpktdump RUNTIME DESTINATION ${EXTCAP_INSTALL_LIBDIR})