Skip to content

Commit

Permalink
remove redundant example function
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Nov 11, 2024
1 parent a54a964 commit 99dc016
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ contract TasksSystem is System {
function deleteTask(bytes32 id) public {
Tasks.deleteRecord(id);
}

function deleteTask11(bytes32 id) public {
Tasks.deleteRecord(id);
}
}

0 comments on commit 99dc016

Please sign in to comment.