Skip to content

Commit

Permalink
utility: remove TimedAttemp
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Mar 4, 2025
1 parent a51de0e commit a4e171a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 316 deletions.
2 changes: 0 additions & 2 deletions extras/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ set(TEST_SRCS
src/test_writeOnly.cpp
src/test_writeOnDemand.cpp
src/test_writeOnChange.cpp
src/test_TimedAttempt.cpp
)

set(TEST_UTIL_SRCS
Expand All @@ -94,7 +93,6 @@ set(TEST_UTIL_SRCS
)

set(TEST_DUT_SRCS
../../src/utility/time/TimedAttempt.cpp
../../src/property/Property.cpp
../../src/property/PropertyContainer.cpp
../../src/cbor/CBORDecoder.cpp
Expand Down
186 changes: 0 additions & 186 deletions extras/test/src/test_TimedAttempt.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion src/ArduinoIoTCloudDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* INCLUDE
******************************************************************************/

#include <Arduino_TimedAttempt.h>
#include "interfaces/CloudProcess.h"
#include "utility/time/TimedAttempt.h"
#include "property/PropertyContainer.h"

/******************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/ArduinoIoTCloudThing.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* INCLUDE
******************************************************************************/

#include <Arduino_TimedAttempt.h>
#include "interfaces/CloudProcess.h"
#include "utility/time/TimedAttempt.h"
#include "property/PropertyContainer.h"

/******************************************************************************
Expand Down
84 changes: 0 additions & 84 deletions src/utility/time/TimedAttempt.cpp

This file was deleted.

42 changes: 0 additions & 42 deletions src/utility/time/TimedAttempt.h

This file was deleted.

0 comments on commit a4e171a

Please sign in to comment.