Browse Source

Merge pull request #5328 from esenapaj/Suppress-warning

Suppress warning
Scott Lahteine 8 years ago
parent
commit
862e3c93d9
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/planner.h

+ 0
- 1
Marlin/planner.h View File

@@ -384,7 +384,6 @@ class Planner {
384 384
     #if ENABLED(ENSURE_SMOOTH_MOVES)
385 385
       static bool long_move() {
386 386
         if (blocks_queued()) {
387
-          block_t* block = &block_buffer[block_buffer_tail];
388 387
           return block_buffer_runtime_us > (LCD_UPDATE_THRESHOLD) * 1000UL + (MIN_BLOCK_TIME) * 3000UL;
389 388
         }
390 389
         else

Loading…
Cancel
Save