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:
authorDavid Crocker <dcrocker@eschertech.com>2022-06-01 13:26:03 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-06-01 13:26:03 +0300
commit90c684e0c1ad0beec1768966f827582bbc047bd2 (patch)
tree01617fc365ef0790912cf1c6f854f7da4fe72b97
parentb8beb854852ac85cec7232880a351186c31d6cb5 (diff)
Removed an unused declaration
-rw-r--r--src/GCodes/GCodes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GCodes/GCodes.h b/src/GCodes/GCodes.h
index 03656ea9..349f3526 100644
--- a/src/GCodes/GCodes.h
+++ b/src/GCodes/GCodes.h
@@ -556,7 +556,6 @@ private:
size_t nextGcodeSource; // The one to check next, using round-robin scheduling
- static Mutex resourceMutex;
const GCodeBuffer* resourceOwners[NumResources]; // Which gcode buffer owns each resource
StraightProbeSettings straightProbeSettings; // G38 straight probe settings