diff --git a/abuse.module b/abuse.module
index c7cf09d..9a60a03 100644
--- a/abuse.module
+++ b/abuse.module
@@ -60,7 +60,8 @@ function abuse_permission() {
 /**
  * Implementation of access controls
  */
-function abuse_node_access() {
+// TODO: Not sure what this function is for.
+/*function abuse_node_access() {
   $args = func_num_args();
   if ($args < 1) {
     return user_access(ADMINISTER_ALL_ABUSE_REPORTS);
@@ -84,7 +85,7 @@ function abuse_node_access() {
     }
   }
   return FALSE;
-}
+}*/
 
 
 /**
