Browse Source

* Resolved some compiler-warnings

git-svn-id: trunk@35755 -
joost 8 years ago
parent
commit
1888f8747f
1 changed files with 0 additions and 3 deletions
  1. 0 3
      packages/fppkg/src/pkguninstalledsrcsrepo.pp

+ 0 - 3
packages/fppkg/src/pkguninstalledsrcsrepo.pp

@@ -8,7 +8,6 @@ uses
   Classes,
   SysUtils,
   fpmkunit,
-  fpTemplate,
   pkgoptions,
   pkgFppkg,
   pkgglobals,
@@ -72,8 +71,6 @@ type
 implementation
 
 const
-  KeyScanForUnits      = 'ScanForUnits';
-  KeyUnitPath          = 'UnitPath';
   KeySourceRepository  = 'SourceRepository';
 
   SLogSourceRepository = '  SourceRepository:%s';