aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_null.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acm/acm_null.php')
-rw-r--r--phpBB/includes/acm/acm_null.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/includes/acm/acm_null.php b/phpBB/includes/acm/acm_null.php
index c2363b9ddf..fca67115a7 100644
--- a/phpBB/includes/acm/acm_null.php
+++ b/phpBB/includes/acm/acm_null.php
@@ -27,7 +27,6 @@ class acm
*/
function acm()
{
-
}
/**
@@ -43,7 +42,6 @@ class acm
*/
function unload()
{
-
}
/**
@@ -51,7 +49,6 @@ class acm
*/
function save()
{
-
}
/**
@@ -76,7 +73,6 @@ class acm
*/
function put($var_name, $var, $ttl = 0)
{
-
}
/**
@@ -84,7 +80,6 @@ class acm
*/
function purge()
{
-
}
/**
@@ -92,7 +87,6 @@ class acm
*/
function destroy($var_name, $table = '')
{
-
}
/**
@@ -116,7 +110,6 @@ class acm
*/
function sql_save($query, &$query_result, $ttl)
{
-
}
/**