summaryrefslogtreecommitdiff
path: root/examples/proto.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-02-02 14:38:13 +0100
committerMitya Selivanov <automainint@guattari.tech>2025-02-02 14:38:13 +0100
commit27b4343c2a7e2583881485a5ac667894fec729f0 (patch)
tree018df2c4df87ef39f9c828a1d6e255825ee7ed9b /examples/proto.c
parentbc9e6042e709b7790f2f130dde08b13c929653b1 (diff)
downloadreduced_system_layer-27b4343c2a7e2583881485a5ac667894fec729f0.zip
Refactor, renaming (work in progress)perf
Diffstat (limited to 'examples/proto.c')
-rw-r--r--examples/proto.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/proto.c b/examples/proto.c
deleted file mode 100644
index dbb64a8..0000000
--- a/examples/proto.c
+++ /dev/null
@@ -1,5 +0,0 @@
-int main(int argc, char **argv) {
- (void) argc;
- (void) argv;
- return 0;
-}