From eef250dd4a0ae185a8d9d668f020b2ab5c2f4849 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Sun, 29 Aug 2021 13:54:31 +0200
Subject: Start x86 rewrite

---
 src/inc/syntax.h | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 src/inc/syntax.h

(limited to 'src/inc/syntax.h')

diff --git a/src/inc/syntax.h b/src/inc/syntax.h
deleted file mode 100644
index 7857d75..0000000
--- a/src/inc/syntax.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef SYNTAX_H
-#define SYNTAX_H
-
-#include <def.h>
-
-void syntax_highlight(char *buf, u32 size);
-
-#endif
-- 
cgit v1.2.3