**[in core/security/functions.php, line 17](https://github.com/Josexv1/srcp/blob/69fff842a07818c917df4c8c224f632e79e44000/core/security/functions.php#L17)** > This `result` local variable is declared but never used. You should remove it. ``` php $query_params = array( ':id' => $session ); try{ $stmt = $db->prepare($query); $result = $stmt->execute($query_params); } catch(PDOException $ex){ echo "Error > " .$ex->getMessage(); } $dataUsuario = $stmt->fetch(); ``` --- _Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/d1179279-7d9a-4960-a8e3-4a033b7aa5e6/analyses/1)_