filebackend: clean up some comments and remove unused FileBackendStoreOpHandle field
[lhc/web/wiklou.git] / includes / libs / filebackend / fileophandle / FileBackendStoreOpHandle.php
index c366a0f..649225d 100644 (file)
@@ -35,8 +35,6 @@ abstract class FileBackendStoreOpHandle {
        /** @var array */
        public $resourcesToClose = [];
 
-       public $call; // string; name that identifies the function called
-
        /**
         * Close all open file handles
         */