summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_regex_stdlib.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2013-07-03 04:34:40 +0100
committerPeter Powell <petpow@saberuk.com>2013-07-04 15:51:00 +0100
commit54d10d53c730ab81ca6464fe2f0e0ecbcd435672 (patch)
tree45210da4b6014f2dfe4aba3b065e80fc37ad660a /src/modules/extra/m_regex_stdlib.cpp
parent4c12eafe612932f4b3f6806fc1bea79942998941 (diff)
Remove $Core and $Mod* comments apart from $ModDep.
Diffstat (limited to 'src/modules/extra/m_regex_stdlib.cpp')
-rw-r--r--src/modules/extra/m_regex_stdlib.cpp4
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 */