Skip to content

Duplicate key entires? #167

Closed
Closed
@smithkyle

Description

@smithkyle

I was curious about this when I added fa2b880 - are the lines below duplicated for a reason?

libnut-core/src/main.cc

Lines 303 to 307 in fa2b880

{"add", K_ADD},
{"subtract", K_SUBTRACT},
{"multiply", K_MULTIPLY},
{"divide", K_DIVIDE},
{"clear", K_CLEAR},

libnut-core/src/main.cc

Lines 309 to 313 in fa2b880

{"add", K_ADD},
{"subtract", K_SUBTRACT},
{"multiply", K_MULTIPLY},
{"divide", K_DIVIDE},
{"clear", K_CLEAR},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions