diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-06-01 15:32:41 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-06-01 15:32:41 +0100 |
| commit | 68a26de2e3d4f00c7ed253c70207404abb1959db (patch) | |
| tree | 7fbfb966b493eb1b969dd587c5f410dfeb0b0590 /app/Report/ReportParserBase.php | |
| parent | 697a8c18adb00ad860cf146dfc49c65ffbaf1024 (diff) | |
| download | webtrees-68a26de2e3d4f00c7ed253c70207404abb1959db.tar.gz webtrees-68a26de2e3d4f00c7ed253c70207404abb1959db.tar.bz2 webtrees-68a26de2e3d4f00c7ed253c70207404abb1959db.zip | |
Unused imports
Diffstat (limited to 'app/Report/ReportParserBase.php')
| -rw-r--r-- | app/Report/ReportParserBase.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Report/ReportParserBase.php b/app/Report/ReportParserBase.php index 702e1caad4..c476e578b9 100644 --- a/app/Report/ReportParserBase.php +++ b/app/Report/ReportParserBase.php @@ -15,7 +15,6 @@ namespace Fisharebest\Webtrees\Report; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -use Fisharebest\Webtrees\Date; /** * Class ReportParserBase |
