ui: delete the variable do_exit that is no longer used (#19551)

pull/19569/head
Dean Lee 5 years ago committed by GitHub
parent c0b1518a9b
commit ff0d9c074f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/ui.cc

@ -16,8 +16,6 @@
#include "ui.hpp"
#include "paint.hpp"
extern volatile sig_atomic_t do_exit;
int write_param_float(float param, const char* param_name, bool persistent_param) {
char s[16];
int size = snprintf(s, sizeof(s), "%f", param);

Loading…
Cancel
Save