Skip to content

Commit

Permalink
Remove obsolete enumerator
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanninardini committed Aug 30, 2021
1 parent cb333e1 commit 312199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/mec/DeviceApp/DeviceApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

class HttpBaseMessage;

enum State {IDLE, START, APPCREATED, CREATING, DELETE, DELETING};
enum State {IDLE, START, APPCREATED, CREATING, DELETING};


class DeviceApp : public omnetpp::cSimpleModule, public inet::TcpSocket::ICallback, public inet::UdpSocket::ICallback
Expand Down

0 comments on commit 312199f

Please sign in to comment.