aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-01-05 13:35:08 -0800
committerGuy Harris <guy@alum.mit.edu>2019-01-05 21:36:21 +0000
commit10a7993bae60a66f64595de28ad0c764484a641a (patch)
tree8335fb6874e8b439613a78da587fbe505a284fee /extcap
parentd5c6ed80f156b17a05e0dec622c788343425ff13 (diff)
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>
Diffstat (limited to 'extcap')
-rw-r--r--extcap/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/extcap/CMakeLists.txt b/extcap/CMakeLists.txt
index 93581b550b..0feebe01bf 100644
--- a/extcap/CMakeLists.txt
+++ b/extcap/CMakeLists.txt
@@ -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})