From f1eab9b5a089ad7e90ea88923c359762413f18be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20Crippa=20B=C3=BArigo?= Date: Mon, 1 Aug 2022 13:30:16 -0300 Subject: [PATCH] Remove unused variable and 'include'. --- main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index 251acba..c5b3227 100644 --- a/main.cpp +++ b/main.cpp @@ -21,7 +21,6 @@ #include "cuda_runtime.h" -#include "./params.h" #include "./pointpillar.h" #define checkCudaErrors(status) \ @@ -135,8 +134,6 @@ int main(int argc, const char **argv) checkCudaErrors(cudaEventCreate(&stop)); checkCudaErrors(cudaStreamCreate(&stream)); - Params params_; - std::vector nms_pred; nms_pred.reserve(100);