summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-19 13:31:40 +0100
committerErich Eckner <git@eckner.net>2018-02-19 13:31:40 +0100
commite65e2e92c0390111bbed56dd97aa389235897e70 (patch)
tree8b82b5631f7f5c91f2ce081a450f757f4637b549
parent4282de49adffa6fbca70a53c4669caa98e207a3f (diff)
downloadMake-e65e2e92c0390111bbed56dd97aa389235897e70.tar.xz
tools.pas: remove "last"
-rw-r--r--tools.pas6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools.pas b/tools.pas
index 312cda3..302b6eb 100644
--- a/tools.pas
+++ b/tools.pas
@@ -35,7 +35,6 @@ type
constructor create;
procedure mrProper;
function add(neu: tDateiMitDatum): longint;
- function last: tDateiMitDatum;
function gleicheNamenWie(dmd: tDateienMitDaten): boolean;
function toString: string; override;
procedure append(dmd: tDateienMitDaten);
@@ -113,11 +112,6 @@ begin
istSortiert:=false;
end;
-function tDateienMitDaten.last: tDateiMitDatum;
-begin
- result:=tDateiMitDatum(inherited last);
-end;
-
function tDateienMitDaten.gleicheNamenWie(dmd: tDateienMitDaten): boolean;
var
i: longint;