From e794723a361eca2d684a2b1f3488a0877c6ab3a2 Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 27 Dec 2012 18:07:00 +0000 Subject: [PATCH] Remove unreachable statement git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8694 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/FileInfo.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/plugin/FileInfo.php b/lib/plugin/FileInfo.php index 5f2adffac..7634aa4af 100644 --- a/lib/plugin/FileInfo.php +++ b/lib/plugin/FileInfo.php @@ -231,7 +231,6 @@ class WikiPlugin_FileInfo if (function_exists('res_list_type') or loadPhpExtension('win32std')) return $this->exeversion_resopen($file); return exeversion_showver($file); - return ''; } // http://www.codeproject.com/dll/showver.asp -- 2.45.0