Skip to content

Commit bc5e5a8

Browse files
committed
IEngine: Remove mismerged ifndef
1 parent 0f02a54 commit bc5e5a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/scratchcpp/iengine.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,13 +377,11 @@ class LIBSCRATCHCPP_EXPORT IEngine
377377
/*! Emits when a question is answered. */
378378
virtual sigslot::signal<const std::string &> &questionAnswered() = 0;
379379

380-
#ifndef USE_LLVM
381380
/*! Returns the list of extension names. */
382381
virtual const std::vector<std::string> &extensions() const = 0;
383382

384383
/*! Sets the list of extension names. */
385384
virtual void setExtensions(const std::vector<std::string> &newExtensions) = 0;
386-
#endif
387385

388386
/*! Returns the map of scripts (each top level block has a Script object). */
389387
virtual const std::unordered_map<std::shared_ptr<Block>, std::shared_ptr<Script>> &scripts() const = 0;

0 commit comments

Comments
 (0)