From baeffaff228cc31ff6f55d39bfbac9355c26f305 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 25 Oct 2024 16:53:33 +0200 Subject: IMP: Cleanup source code. Signed-off-by: Amlal --- tests/xpcom-msgbox.cc | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/xpcom-msgbox.cc (limited to 'tests/xpcom-msgbox.cc') diff --git a/tests/xpcom-msgbox.cc b/tests/xpcom-msgbox.cc deleted file mode 100644 index a944992..0000000 --- a/tests/xpcom-msgbox.cc +++ /dev/null @@ -1,9 +0,0 @@ -#define sum_of(a, b) a + b - -int main() -{ - int sum_of_23_and_100 = sum_of(23, 100); - sum_of_23_and_100 -= 100; - - return sum_of_23_and_100; -} -- cgit v1.2.3