8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
In this case, it is important to put a comment explaining the reason for the empty implementation.
|
|
|
|
[source,vb6,diff-id=1,diff-type=compliant]
|
|
----
|
|
Sub DoSomething()
|
|
' Do nothing because of X
|
|
End Sub
|
|
---- |