summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h
index 295e5f6d4..24b5ab2b6 100644
--- a/include/config.h
+++ b/include/config.h
@@ -18,8 +18,6 @@
namespace Configuration
{
- namespace Internal
- {
class CoreExport Block
{
friend class Configuration::Conf;
@@ -56,10 +54,6 @@ namespace Configuration
template<> CoreExport const Anope::string Block::Get(const Anope::string &tag, const Anope::string &def) const;
template<> CoreExport time_t Block::Get(const Anope::string &tag, const Anope::string &def) const;
template<> CoreExport bool Block::Get(const Anope::string &tag, const Anope::string &def) const;
- } // namespace Internal
-
- typedef const Internal::Block Block;
- typedef Internal::Block MutableBlock;
/** Represents a configuration file
*/