summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CParser/Argument.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/CodeParser/CParser/Argument.ts')
-rw-r--r--src/CodeParser/CParser/Argument.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/CodeParser/CParser/Argument.ts b/src/CodeParser/CParser/Argument.ts
deleted file mode 100644
index 4cd793d..0000000
--- a/src/CodeParser/CParser/Argument.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-import { ParseTree } from "./ParseTree";
-
-export class Argument {
- public Name: string = undefined;
- public Type: ParseTree = new ParseTree();
-}