aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/UseMakeDissectorReg.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-11-01 09:54:05 +0000
committerJörg Mayer <jmayer@loplof.de>2013-11-01 09:54:05 +0000
commit9bdeb996063c29c50080dcb5b8b208dd621bc757 (patch)
tree9916c1f8d619f07d50d073a609059226978aa975 /cmake/modules/UseMakeDissectorReg.cmake
parent8a7198a7117a1d6420a2f207e8179214503e1b12 (diff)
Remove a comment about adding use of the sh version of the script.
svn path=/trunk/; revision=53013
Diffstat (limited to 'cmake/modules/UseMakeDissectorReg.cmake')
-rw-r--r--cmake/modules/UseMakeDissectorReg.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/cmake/modules/UseMakeDissectorReg.cmake b/cmake/modules/UseMakeDissectorReg.cmake
index 2fd96460e5..384030b125 100644
--- a/cmake/modules/UseMakeDissectorReg.cmake
+++ b/cmake/modules/UseMakeDissectorReg.cmake
@@ -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