diff options
| author | 2013-07-03 04:34:40 +0100 | |
|---|---|---|
| committer | 2013-07-04 15:51:00 +0100 | |
| commit | 54d10d53c730ab81ca6464fe2f0e0ecbcd435672 (patch) | |
| tree | 45210da4b6014f2dfe4aba3b065e80fc37ad660a /src/modules/extra/m_mysql.cpp | |
| parent | Merge pull request #571 from ShutterQuick/inspircd+checkclone (diff) | |
| download | inspircd++-54d10d53c730ab81ca6464fe2f0e0ecbcd435672.tar.gz inspircd++-54d10d53c730ab81ca6464fe2f0e0ecbcd435672.tar.bz2 inspircd++-54d10d53c730ab81ca6464fe2f0e0ecbcd435672.zip | |
Remove $Core and $Mod* comments apart from $ModDep.
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
| -rw-r--r-- | src/modules/extra/m_mysql.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index bb8f1b573..529682bb8 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -35,7 +35,6 @@ /* VERSION 3 API: With nonblocking (threaded) requests */ -/* $ModDesc: SQL Service Provider module for all other m_sql* modules */ /* $CompileFlags: exec("mysql_config --include") */ /* $LinkerFlags: exec("mysql_config --libs_r") rpath("mysql_config --libs_r") */ |
