Skip to content

Commit

Permalink
Delete unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinVR committed Feb 8, 2020
1 parent 1d747f6 commit 41519ef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions Assets/UdonSharp/Editor/UdonSharpASTVisitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1158,9 +1158,6 @@ public override void VisitReturnStatement(ReturnStatementSyntax node)
{
UpdateSyntaxNode(node);

// todo: handle user defined functions that may return things
//visitorContext.uasmBuilder.AddJump(visitorContext.returnLabel);

if (visitorContext.returnSymbol != null)
{
using (ExpressionCaptureScope returnCaptureScope = new ExpressionCaptureScope(visitorContext, null))
Expand Down
13 changes: 0 additions & 13 deletions Assets/UdonSharp/Editor/UdonSharpScriptedCsImporter.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/UdonSharp/Editor/UdonSharpScriptedCsImporter.cs.meta

This file was deleted.

0 comments on commit 41519ef

Please sign in to comment.