Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/Heap.h')
-rw-r--r--src/Platform/Heap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Platform/Heap.h b/src/Platform/Heap.h
index 5fdca862..4d6009f5 100644
--- a/src/Platform/Heap.h
+++ b/src/Platform/Heap.h
@@ -26,6 +26,10 @@ public:
StringHandle(const char *s) noexcept;
StringHandle(const char *s, size_t len) noexcept;
+#if 0 // unused
+ StringHandle(const char *s1, const char *s2) noexcept;
+#endif
+
ReadLockedPointer<const char> Get() const noexcept;
size_t GetLength() const noexcept;
void Delete() noexcept;