From a7e84eea087a35721a971e827149f0ca5fba4676 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Tue, 21 Mar 2017 14:08:50 -0400 Subject: Remove version 1 files Remove the old, not used version 1 files from the repository. Check the history if you care about them. --- dice-lang/src/bjc/dicelang/v1/ast/IResult.java | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 dice-lang/src/bjc/dicelang/v1/ast/IResult.java (limited to 'dice-lang/src/bjc/dicelang/v1/ast/IResult.java') diff --git a/dice-lang/src/bjc/dicelang/v1/ast/IResult.java b/dice-lang/src/bjc/dicelang/v1/ast/IResult.java deleted file mode 100644 index df67061..0000000 --- a/dice-lang/src/bjc/dicelang/v1/ast/IResult.java +++ /dev/null @@ -1,16 +0,0 @@ -package bjc.dicelang.v1.ast; - -/** - * Represents a result from an expression evaluation - * - * @author ben - * - */ -public interface IResult { - /** - * Get the type of this result - * - * @return The type of this result - */ - public ResultType getType(); -} -- cgit v1.2.3