diff options
author | Роман Донченко <dpb@corrigendum.ru> | 2014-08-24 23:29:01 +0400 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2014-08-24 20:45:26 +0000 |
commit | 549f5c401cd589db57440ea596f757e2834e0a52 (patch) | |
tree | 701368daefb78b870f86db7e49214d85aa1e4a87 /plugins/asn1/Makefile.am | |
parent | 7d81eabb4b8e1fab148569864b25529479c250f1 (diff) | |
download | wireshark-549f5c401cd589db57440ea596f757e2834e0a52.tar.gz wireshark-549f5c401cd589db57440ea596f757e2834e0a52.tar.bz2 wireshark-549f5c401cd589db57440ea596f757e2834e0a52.zip |
Remove obsolete comments regarding the shell version of make-dissector-reg
Change-Id: I93470e8c6e9afd6c1ebf735eb13141586964be0e
Reviewed-on: https://code.wireshark.org/review/3818
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'plugins/asn1/Makefile.am')
-rw-r--r-- | plugins/asn1/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/asn1/Makefile.am b/plugins/asn1/Makefile.am index 643d08c336..b5883da056 100644 --- a/plugins/asn1/Makefile.am +++ b/plugins/asn1/Makefile.am @@ -71,11 +71,6 @@ LIBS = # reason. # # Therefore, we use a script to generate the register.c file. -# There are two versions of the script, a shell and a Python version. -# The Python script runs faster, since it uses caching to speed up -# repeated runs and doesn't invoke external processes, so we prefer -# that if Python is available. -# # The first argument is the directory in which the source files live. # The second argument is "plugin", to indicate that we should build # a plugin.c file for a plugin. |