summaryrefslogtreecommitdiff
path: root/python/src/decoder.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/decoder.pxd')
-rw-r--r--python/src/decoder.pxd2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/src/decoder.pxd b/python/src/decoder.pxd
index d2065579..a66166a2 100644
--- a/python/src/decoder.pxd
+++ b/python/src/decoder.pxd
@@ -27,8 +27,6 @@ cdef extern from "decoder/decoder.h":
variables_map& GetConf()
# add grammar rules (currently only supported by SCFG decoders)
- # that will be used on subsequent calls to Decode. rules should be in standard
- # text format. This function does NOT read from a file.
void AddSupplementalGrammarFromString(string& grammar_str)
void AddSupplementalGrammar(shared_ptr[Grammar] grammar)