Remove a comment about adding use of the sh version of the script.
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 1 Nov 2013 09:54:05 +0000 (09:54 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 1 Nov 2013 09:54:05 +0000 (09:54 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53013 f5534014-38df-0310-8fa8-9805f1628bb7

cmake/modules/UseMakeDissectorReg.cmake

index 2fd96460e573e55ac3cb8e2f0b396ea03fc0e33e..384030b125f4117080873e9d52e7bd5630d96d68 100644 (file)
@@ -2,19 +2,6 @@
 # $Id$
 #
 MACRO(REGISTER_DISSECTOR_FILES _outputfile _registertype )
-       # FIXME: Only the Python stuff has been implemented
-       #        Make this into a MACRO, to avoid duplication with plugins/.../
-       #register.c: $(plugin_src) $(ALL_DISSECTORS_SRC) $(top_srcdir)/tools/make-dissector-reg \
-       #    $(top_srcdir)/tools/make-dissector-reg.py
-       #        @if test -n "$(PYTHON)"; then \
-       #                echo Making register.c with python ; \
-       #                $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
-       #                    dissectors $(ALL_DISSECTORS_SRC) ; \
-       #        else \
-       #                echo Making register.c with shell script ; \
-       #                $(top_srcdir)/tools/make-dissector-reg $(srcdir) \
-       #                   dissectors $(plugin_src) $(ALL_DISSECTORS_SRC) ; \
-       #        fi
        set( _sources ${ARGN} )
        ADD_CUSTOM_COMMAND(
            OUTPUT