Skip to content

Commit

Permalink
maint: Remove unused enum
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Nov 6, 2024
1 parent 1a9f7bd commit 44a5335
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/utils.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of rmw<https://theimpossibleastronaut.github.io/rmw-website/>
Copyright (C) 2012-2023 Andy Alt ([email protected])
Copyright (C) 2012-2024 Andy Alt ([email protected])
Other authors: https://github.com/theimpossibleastronaut/rmw/blob/master/AUTHORS.md
This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -31,8 +31,7 @@ enum
{
P_STATE_ERR = -1,
P_STATE_ENOENT,
P_STATE_EXISTS,
P_STATE_SYMLINK
P_STATE_EXISTS
};

#define join_paths(...) real_join_paths(__VA_ARGS__, NULL)
Expand Down

0 comments on commit 44a5335

Please sign in to comment.