Delete a duplicate routine implementation
    When you create a routine, it contains the forward declaration and the implementation. If
            the implementation is copied and creates a duplicate implementation, you receive the
            error 
RoutineName Routine implementation already exists. To avoid unexpected
                results, create a unique routine name. Error code: DS0177.
 You must
            delete the duplicate implementation file to resolve this error.To delete a duplicate routine implementation
- Open the Code Editor from the routine element by right clicking the element and selectingCode Editor.
- In the Code Editor, navigate to the line number and Character column of the error message, then select the routine implementation that you want to delete.
- Select to the left of the component to open the Code Actions menu. to the left of the component to open the Code Actions menu.
- SelectDelete duplicate implementation.
Provide Feedback