Remove ENABLE_DEBUG comments

This commit is contained in:
Rodrigo Arias 2023-03-27 12:08:09 +02:00 committed by Rodrigo Arias Mallo
parent 3c6027056b
commit 7aa3434e79
11 changed files with 0 additions and 22 deletions

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "bay.h"
#include <stdlib.h>
#include <string.h>

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "chan.h"
#include <stdarg.h>
#include <stdio.h>

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "cpu.h"
#include <stdio.h>
#include <string.h>

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "emu.h"
#include <string.h>
#include "emu_ev.h"

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "model.h"
#include <string.h>
#include "common.h"

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "mux.h"
#include <stdlib.h>
#include <string.h>

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "breakdown.h"
#include <stdint.h>
#include <stdio.h>

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "ovni_priv.h"
#include <stdint.h>
#include <stdlib.h>

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "prv.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "sort.h"
#include <stdlib.h>
#include <string.h>

View File

@ -1,8 +1,6 @@
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
* SPDX-License-Identifier: GPL-3.0-or-later */
//#define ENABLE_DEBUG
#include "thread.h"
#include <errno.h>
#include <stdio.h>