1
0
forked from GitHub/gf-core

Remove PGF.Signature

This module should not be part of the public PGF library API, and it was only
used in GF.CompileToAPI, so the code was moved there. The module defined
constFuncs and syntaxFuncs, but only syntaxFuncs was used.
This commit is contained in:
hallgren
2013-11-06 13:27:29 +00:00
parent bd69ad83f7
commit 06453afb1c
3 changed files with 9 additions and 13 deletions

View File

@@ -89,7 +89,6 @@ Library
PGF.Macros
PGF.Optimize
PGF.Printer
PGF.Signature
PGF.Tree
PGF.Utilities
other-modules:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long