An empty mixin is one that doesn't contain any declaration. Empty mixins are useless and should be removed.
@mixin my-mixin {}
@mixin my-mixin { width: 10px; }