summaryrefslogtreecommitdiff
path: root/maintenance/counter.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/counter.php')
-rw-r--r--maintenance/counter.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/maintenance/counter.php b/maintenance/counter.php
deleted file mode 100644
index 67575ec1..00000000
--- a/maintenance/counter.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/**
- * Helper file for update.php
- *
- * @file
- * @ingroup Maintenance
- */
-
-function print_c($last, $current) {
- echo str_repeat( chr(8), strlen( $last ) ) . $current;
-}
-