From b5bfc5e86dccdd1096e50990737239ed762b39dc Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Tue, 16 Feb 2021 19:58:14 +0530 Subject: [PATCH] old project removed --- .gitmodules | 3 --- SQLiteCpp | 1 - booking.db | 0 src/Main.cpp | 8 -------- 4 files changed, 12 deletions(-) delete mode 100644 .gitmodules delete mode 160000 SQLiteCpp create mode 100644 booking.db delete mode 100644 src/Main.cpp diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index f5470f8..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "SQLiteCpp"] - path = SQLiteCpp - url = https://github.com/SRombauts/SQLiteCpp diff --git a/SQLiteCpp b/SQLiteCpp deleted file mode 160000 index f6b3225..0000000 --- a/SQLiteCpp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f6b32259f2d3733b645049b015152322ba4c2694 diff --git a/booking.db b/booking.db new file mode 100644 index 0000000..e69de29 diff --git a/src/Main.cpp b/src/Main.cpp deleted file mode 100644 index 7901cd6..0000000 --- a/src/Main.cpp +++ /dev/null @@ -1,8 +0,0 @@ -/** - * /mnt/z/my_git/RCRS-CSD-327/src/Main.cpp - * @author Avinal Kumar - * @since February 04, 2021 - * - * Runner file for RCRS - */ -