summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2019-08-07 12:52:17 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2019-08-07 12:52:17 +0200
commit85f12a5544ba8ca6481780cd16775a3506fd56e1 (patch)
treee01964fba76f8dedf5ad3555950d59f112c3f722 /src/runtime/haskell-bind
parent81362ed7b724ee5161b494b29020b9068b2c10c2 (diff)
Remove wrong Haddock comment in PGF2
Clearly just a copy-paste error
Diffstat (limited to 'src/runtime/haskell-bind')
-rw-r--r--src/runtime/haskell-bind/PGF2.hsc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/haskell-bind/PGF2.hsc b/src/runtime/haskell-bind/PGF2.hsc
index fd77dbbf7..a41c915f1 100644
--- a/src/runtime/haskell-bind/PGF2.hsc
+++ b/src/runtime/haskell-bind/PGF2.hsc
@@ -168,8 +168,6 @@ languages p =
concr <- fmap (\ptr -> Concr ptr (touchPGF p)) $ peek (castPtr value)
writeIORef ref $! Map.insert name concr langs
--- | The abstract language name is the name of the top-level
--- abstract module
concreteName :: Concr -> ConcName
concreteName c = unsafePerformIO (peekUtf8CString =<< pgf_concrete_name (concr c))