diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-07-04 09:12:41 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-07-04 09:12:41 -0700 |
commit | fd0fa86da89ab4cefa778307088ef2552a05a170 (patch) | |
tree | fce1ad1b9cc1c8735a9d39f582a841dbdb9d6ca6 /src/modules/extra/m_regex_stdlib.cpp | |
parent | f6d68c82e7f46a107f4b7593d1b19876fe0a9660 (diff) | |
parent | 9b29bedbc3b43bdca35369879b0d1848e95b9aa5 (diff) |
Merge pull request #574 from SaberUK/master+build-comment-cleanup
Clean up unneeded build system comments.
Diffstat (limited to 'src/modules/extra/m_regex_stdlib.cpp')
-rw-r--r-- | src/modules/extra/m_regex_stdlib.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/extra/m_regex_stdlib.cpp b/src/modules/extra/m_regex_stdlib.cpp index f27a98cca..5d2294c87 100644 --- a/src/modules/extra/m_regex_stdlib.cpp +++ b/src/modules/extra/m_regex_stdlib.cpp @@ -20,10 +20,6 @@ #include "modules/regex.h" #include <regex> -/* $ModDesc: Regex Provider Module for std::regex Regular Expressions */ -/* $ModConfig: <stdregex type="ecmascript"> - * Specify the Regular Expression engine to use here. Valid settings are - * bre, ere, awk, grep, egrep, ecmascript (default if not specified)*/ /* $CompileFlags: -std=c++11 */ /* $ModDep: modules/regex.h */ |