summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-10 21:56:30 +0400
committerAndrew Dolgov <[email protected]>2011-12-10 21:56:30 +0400
commit0bfbf1c2353dea912f9e38c0175fb5bca14691d7 (patch)
tree1051f612550c608b8f58fe85f1afa62efc0290c6 /modules
parent77c3c5f9faaa61acd276b213807472c5fc29d4ba (diff)
php: remove unused functions
Diffstat (limited to 'modules')
-rw-r--r--modules/backend-rpc.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php
index f1bbd0698..d74c68464 100644
--- a/modules/backend-rpc.php
+++ b/modules/backend-rpc.php
@@ -305,15 +305,6 @@
return;
}
-/* if ($subop == "globalPurge") {
-
- print "<rpc-reply>";
- global_purge_old_posts($link, true);
- print "</rpc-reply>";
-
- return;
- } */
-
if ($subop == "setArticleTags") {
global $memcache;