summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_regex_posix.cpp
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-08-15 17:39:56 +0200
committerattilamolnar <attilamolnar@hush.com>2013-08-15 17:39:56 +0200
commitb7e793d96131e7813fe42984ec3a04254720ad20 (patch)
tree3a8cff3e040566e579ea85ae3a8da59627d579db /src/modules/extra/m_regex_posix.cpp
parent19cc8380fb9060add68852e40846b10e4d1f18f5 (diff)
Remove $ModDep comments
Diffstat (limited to 'src/modules/extra/m_regex_posix.cpp')
-rw-r--r--src/modules/extra/m_regex_posix.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/extra/m_regex_posix.cpp b/src/modules/extra/m_regex_posix.cpp
index 3a35ce43b..ab9fe68ff 100644
--- a/src/modules/extra/m_regex_posix.cpp
+++ b/src/modules/extra/m_regex_posix.cpp
@@ -23,8 +23,6 @@
#include <sys/types.h>
#include <regex.h>
-/* $ModDep: modules/regex.h */
-
class POSIXRegexException : public ModuleException
{
public: