mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 14:19:31 +02:00
* Remove touch debug command
git-svn-id: trunk@30694 -
This commit is contained in:
parent
4eff8c4f20
commit
70f4b81323
@ -591,7 +591,7 @@ Var
|
||||
MimeItemsClass : TMimeItemsClass = TMimeItems;
|
||||
MimeItemClass : TMimeItemClass = nil;
|
||||
|
||||
Procedure Touch(Const AName : String);
|
||||
//Procedure Touch(Const AName : String);
|
||||
|
||||
implementation
|
||||
|
||||
@ -620,7 +620,7 @@ const
|
||||
Procedure Touch(Const AName : String);
|
||||
|
||||
begin
|
||||
FileClose(FileCreate('/tmp/touch-'+StringReplace(AName,'/','_',[rfReplaceAll])));
|
||||
// FileClose(FileCreate('/tmp/touch-'+StringReplace(AName,'/','_',[rfReplaceAll])));
|
||||
end;
|
||||
|
||||
Function GetFieldNameIndex(AName : String) : Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user